Skip to content

Instantly share code, notes, and snippets.

@satomacoto
Created July 14, 2013 14:43
Show Gist options
  • Save satomacoto/5994492 to your computer and use it in GitHub Desktop.
Save satomacoto/5994492 to your computer and use it in GitHub Desktop.
git config --global alias.ci "commit -a"
git config --global alias.co checkout
git config --global alias.st "status"
git config --global alias.stat "status"
git config --global alias.br branch
git config --global alias.wdiff "diff --color-words"
git config --global core.editor vim
git config --global merge.summary true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment