Skip to content

Instantly share code, notes, and snippets.

@MarceloCajueiro
Last active December 14, 2015 02:38
Show Gist options
  • Save MarceloCajueiro/5014692 to your computer and use it in GitHub Desktop.
Save MarceloCajueiro/5014692 to your computer and use it in GitHub Desktop.
Simple way to print commit url
gh_commit(){
echo "https://github.com/$1/$2/commit/$3"
}
nohup_commit(){
gh_commit "nohupbrasil" $*
}
contabil_commit(){
nohup_commit "contabilidade" $*
}
@matiasleidemer
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment