Last active
April 10, 2018 13:01
-
-
Save MatteoJoliveau/e33cf46e791e3c8899b675545b2755c6 to your computer and use it in GitHub Desktop.
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
git config --global alias.co checkout | |
git config --global alias.br branch | |
git config --global alias.ci 'commit -m' | |
git config --global alias.st status | |
git config --global alias.aa 'add .' | |
git config --global alias.a add |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment