Last active
January 29, 2019 20:49
-
-
Save chrisbodhi/1f22d89aa4f24b7b55e747050e06dca4 to your computer and use it in GitHub Desktop.
This file contains 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
[user] | |
email = TODO | |
name = chrisbodhi | |
[core] | |
excludesfile = /Users/TODO/.gitignore_global | |
pager = diff-so-fancy | less --tabs=4 -RFX | |
[commit] | |
template = /Users/TODO/.gitmessage | |
[color] | |
ui = true | |
[color "diff-highlight"] | |
oldNormal = red bold | |
oldHighlight = red bold 52 | |
newNormal = green bold | |
newHighlight = green bold 22 | |
[color "diff"] | |
meta = yellow | |
frag = magenta bold | |
commit = yellow bold | |
old = red bold | |
new = green bold | |
whitespace = red reverse | |
[diff-so-fancy] | |
stripLeadingSymbols = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment