Skip to content

Instantly share code, notes, and snippets.

@dleitee
Created April 6, 2016 12:46
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 dleitee/364388fb4668024412d1d62a5618563d to your computer and use it in GitHub Desktop.
Save dleitee/364388fb4668024412d1d62a5618563d to your computer and use it in GitHub Desktop.
git config --global alias.co checkout 
git config --global alias.br branch 
git config --global alias.ci commit 
git config --global alias.st status
git config --global color.ui auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment