Skip to content

Instantly share code, notes, and snippets.

@fukata
Created April 8, 2011 10:18
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 fukata/909603 to your computer and use it in GitHub Desktop.
Save fukata/909603 to your computer and use it in GitHub Desktop.
git alias
#alias git
alias gia='git add'
alias gial='git add --all'
alias gic='git commit'
alias gicm='git commit -m'
alias gis='git status'
alias gips='git push'
alias gipl='git pull'
alias gich='git checkout'
alias gib='git branch'
alias gif='git diff'
alias gim='git merge'
alias gil='git log'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment