Last active
December 20, 2016 15:14
-
-
Save bastienff/4b9c9f740633a7a4aae26594dad2801b to your computer and use it in GitHub Desktop.
Girt aliases git bash
This file contains hidden or 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
| alias gita='git add .' | |
| alias gitc='git commit -m' | |
| alias gitp='git push -u origin master' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment