Created
April 5, 2013 17:44
-
-
Save saulovenancio/5321174 to your computer and use it in GitHub Desktop.
create shortcuts for git
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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