Skip to content

Instantly share code, notes, and snippets.

@saulovenancio
Created April 5, 2013 17:44
Show Gist options
  • Save saulovenancio/5321174 to your computer and use it in GitHub Desktop.
Save saulovenancio/5321174 to your computer and use it in GitHub Desktop.
create shortcuts for git
#make "com" alias for "commit"
git config alias.com commit
#make "co" alias for checkout
git config alias.co checkout
#make "br" alias for branch
git config alias.br branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment