Skip to content

Instantly share code, notes, and snippets.

@atduskgreg
Created January 2, 2009 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atduskgreg/42643 to your computer and use it in GitHub Desktop.
Save atduskgreg/42643 to your computer and use it in GitHub Desktop.
#git aliases
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