Created
January 31, 2019 10:19
-
-
Save LeeCheneler/bb9b8aa8f618beda925efc7f6bfe89b5 to your computer and use it in GitHub Desktop.
Git Aliases got .zshrc
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
# git aliases | |
alias g="git" | |
alias ga="git add -A" | |
alias gc="git commit" | |
alias gcm="git commit -m" | |
alias gp="git push" | |
alias gch="git checkout" | |
alias gpu="git pull" | |
alias gb="git branch" | |
alias gbd="git branch -d" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment