Skip to content

Instantly share code, notes, and snippets.

@suma
Created February 10, 2012 08:31
Show Gist options
  • Save suma/1787805 to your computer and use it in GitHub Desktop.
Save suma/1787805 to your computer and use it in GitHub Desktop.
git my alias
alias got='git'
alias gut='git'
alias gitco='git commit'
alias gitch='git checkout'
alias gitb='git branch'
alias gitl='git log'
alias gitf='git diff'
alias gif='git diff'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment