Created
November 20, 2013 20:03
-
-
Save mrdoornbos/7570045 to your computer and use it in GitHub Desktop.
git aliases
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 gst='git status' | |
alias gl='git pull origin master' | |
alias gp='git push origin master' | |
alias gd='git diff | mate' | |
alias gc='git commit -v' | |
alias gca='git commit -v -a' | |
alias gb='git branch' | |
alias gba='git branch -a' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment