Skip to content

Instantly share code, notes, and snippets.

@fjfish
Created June 21, 2010 10:34
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 fjfish/446681 to your computer and use it in GitHub Desktop.
Save fjfish/446681 to your computer and use it in GitHub Desktop.
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 add . ;git commit -v'
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