Created
November 18, 2016 01:12
-
-
Save futurist/cc7e65102047e2a953d22aeb2c24d7a3 to your computer and use it in GitHub Desktop.
alias for git
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 for git | |
alias ga='git add' | |
alias ga.='git add .' | |
alias gaa='git add -A' | |
alias gs='git status' | |
alias gp='git push' | |
alias gm='git commit' | |
alias gmm='git commit -m' | |
alias gl='git log --all --decorate --graph' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment