Last active
February 4, 2016 10:17
-
-
Save henrahmagix/b1e81bf108df041998b5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<name>
with your human name, e.g.Henry Blyth
<email>
with your most used email so you can always be contacted, e.g.[email protected]
, and ensure this email is added to your GitHub user<username>
with your GitHub username, e.g.henrahmagix