Skip to content

Instantly share code, notes, and snippets.

@benders
Created August 23, 2010 23:50
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 benders/546588 to your computer and use it in GitHub Desktop.
Save benders/546588 to your computer and use it in GitHub Desktop.
A Basic .gitconfig file
[user]
name = Your Name
email = username@newrelic.com
[github]
user = github_user_name
token = XXXXXXXXXXXXXXXXXXXXXXXXX
[color]
status = auto
diff = auto
branch = auto
[alias]
st = status
ci = commit
co = checkout
cp = cherry-pick
[merge]
tool = opendiff
[core]
legacyheaders = false
whitespace = fix
[repack]
usedeltabaseoffset = true
[apply]
whitespace = nowarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment