Skip to content

Instantly share code, notes, and snippets.

@henrahmagix
Last active February 4, 2016 10:17
Show Gist options
  • Save henrahmagix/b1e81bf108df041998b5 to your computer and use it in GitHub Desktop.
Save henrahmagix/b1e81bf108df041998b5 to your computer and use it in GitHub Desktop.
[core]
excludesfile = ~/.gitignore
whitespace = blank-at-eol,cr-at-eol,tab-in-indent
[user]
name = <name>
email = <email>
[github]
user = <username>
[color]
branch = auto
diff = auto
status = auto
ui = true
[color "branch"]
current = yellow reverse
local = yellow
[color "diff"]
meta = yellow
frag = magenta bold
old = red bold
new = green
[color "status"]
added = yellow
changed = green
untracked = cyan
[diff]
renames = copies
algorithm = patience
[help]
autocorrect = 0
[merge]
conflictstyle = diff3
tool = threesome
defaultToUpstream = true
[push]
default = nothing
followTags = true
[status]
relativePaths = true
@henrahmagix
Copy link
Author

  • Replace <name> with your human name, e.g. Henry Blyth
  • Replace <email> with your most used email so you can always be contacted, e.g. henrys-personal-email@gmail.com, and ensure this email is added to your GitHub user
  • Replace <username> with your GitHub username, e.g. henrahmagix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment