Skip to content

Instantly share code, notes, and snippets.

@MarceloCajueiro
Last active December 14, 2015 02:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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