Skip to content

Instantly share code, notes, and snippets.

@phudgins
Created March 21, 2012 19:55
Show Gist options
  • Save phudgins/2152089 to your computer and use it in GitHub Desktop.
Save phudgins/2152089 to your computer and use it in GitHub Desktop.
current .gitconfig
[user]
name = XXXX
email = XXXX
[color]
diff = auto
status = auto
branch = auto
[color "status"]
changed = yellow
added = green
untracked = red
[core]
editor = vim
autocrlf = true
[merge]
tool = vimdiff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment