Skip to content

Instantly share code, notes, and snippets.

@samnang
Created September 13, 2011 11:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samnang/1213607 to your computer and use it in GitHub Desktop.
Save samnang/1213607 to your computer and use it in GitHub Desktop.
Git global configuration
$ git config --global user.name "Samnang Chhun"
$ git config --global user.email "samnang.chhun@gmail.com"
$ git config --global color.ui true
$ git config --global alias.st status
$ git config --global alias.ci commit
$ git config --global alias.br branch
$ git config --global alias.co checkout
$ git config --global alias.df diff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment