Skip to content

Instantly share code, notes, and snippets.

@thiagocaiubi
Created December 22, 2012 11:13
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 thiagocaiubi/4358478 to your computer and use it in GitHub Desktop.
Save thiagocaiubi/4358478 to your computer and use it in GitHub Desktop.
#Colors
git config --global color.branch auto
git config --global color.diff auto
git config --global color.interactive auto
git config --global color.status auto
#User
git config --global user.name "Thiago Caiubi"
git config --global user.email thiago.caiubi@gmail.com
#Ignore filemode
git config --global core.filemode false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment