Skip to content

Instantly share code, notes, and snippets.

@ilyakatz
Created June 26, 2012 15:12
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 ilyakatz/2996354 to your computer and use it in GitHub Desktop.
Save ilyakatz/2996354 to your computer and use it in GitHub Desktop.
Sample .gitconfig file
[user]
name = YOUR_NAME
email = YOU_EMAIL
[credential]
helper = osxkeychain
[core]
excludesfile = /Users/[YOURNAME]/.gitignore_global
quotepath = false
[help]
autocorrect = 1
[url "https://github.com/"]
insteadOf = "gh:"
[color]
ui = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment