Skip to content

Instantly share code, notes, and snippets.

@benjaminplee
Created November 29, 2010 15:14
Show Gist options
  • Save benjaminplee/720060 to your computer and use it in GitHub Desktop.
Save benjaminplee/720060 to your computer and use it in GitHub Desktop.
sample .gitconfig
[user]
email = EMAILZ
name = Benjamin Lee
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
[color]
ui = auto
[alias]
st = status
co = checkout
ci = commit
br = branch
[apply]
whitespace = strip
whitespace = nowarn
[http]
sslVerify = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment