Skip to content

Instantly share code, notes, and snippets.

@ordinz
Created September 18, 2013 14:23
Show Gist options
  • Save ordinz/6609917 to your computer and use it in GitHub Desktop.
Save ordinz/6609917 to your computer and use it in GitHub Desktop.
alias gf="git diff"
alias ga="git add"
alias gc="git commit"
alias go="git checkout"
alias gb="git branch"
alias gbo="git checkout -b $1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment