-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
44 lines (40 loc) · 875 Bytes
/
.gitconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[user]
name = Deric Miguel
email = [email protected]
signingkey = 2D8D48DF73C6B474CFFC98C9FF874E12005B50F0
[includeIf "gitdir:~/Flux7/"]
path = .gitconfig.flux7
[includeIf "gitdir:~/Flux7/Flux7/Clients/Sysco/"]
path = .gitconfig.sysco
[gpg]
program = /usr/local/MacGPG2/bin/gpg
[commit]
gpgsign = true
[tag]
forceSignAnnotated = true
[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
[core]
pager = diff-so-fancy | less --tabs=4 -RFX
[diff-so-fancy]
changeHunkIndicators = false
[push]
followTags = true
[merge]
tool = vimdiff3
[mergetool]
keepBackup = false
[url "[email protected]:"]
insteadOf = https://github.com/