Skip to content

Instantly share code, notes, and snippets.

@zrobit
Created August 2, 2013 00:42
Show Gist options
  • Select an option

  • Save zrobit/6136655 to your computer and use it in GitHub Desktop.

Select an option

Save zrobit/6136655 to your computer and use it in GitHub Desktop.
Git alias
alias gst='git status'
alias gco='git commit -m'
alias gbr='git branch'
alias gch='git checkout'
alias gdi='git diff'
alias gad='git add'
alias gpull='git pull'
alias gpush='git push'
alias ..='cd ..'
alias cd..='cd ..'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment