Skip to content

Instantly share code, notes, and snippets.

@eeichinger
Created August 11, 2011 09:42
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 eeichinger/1139286 to your computer and use it in GitHub Desktop.
Save eeichinger/1139286 to your computer and use it in GitHub Desktop.
Default Git global config fule
[user]
name = <committer name>
email = <email address>
[gui]
encoding = utf-8
[core]
autocrlf = off
ignorecase = true
[format]
pretty = format:%h %cr %cN: %s
[branch]
autosetuprebase = always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment