Skip to content

Instantly share code, notes, and snippets.

@CharlieSu
Created August 25, 2012 22:47
Show Gist options
  • Save CharlieSu/3471737 to your computer and use it in GitHub Desktop.
Save CharlieSu/3471737 to your computer and use it in GitHub Desktop.
# git alias definitions
alias gst='git status'
alias gl='git pull'
alias gp='git push'
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