-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
63 lines (62 loc) · 1.59 KB
/
.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[branch]
autosetuprebase = always
[user]
name = Joyce Zhu
email = [email protected]
[color]
ui = true
[core]
editor = /usr/bin/vim
pager = delta --diff-so-fancy | less --tabs=4 -RFX
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[color "diff"]
new = yellow bold
meta = yellow
frag = magenta bold
commit = yellow bold
old = red bold
whitespace = red reverse
[delta]
features = line-numbers side-by-side hyperlinks
plus-style = syntax "#044e03"
minus-style = syntax "#720204"
minus-emph-style = syntax bold "#8a1c1e"
plus-emph-style = syntax bold "#157913"
syntax-theme = Monokai Extended
colorMoved = default
commit-decoration-style = bold yellow box ul
file-style = bold yellow ul
file-decoration-style = none
hunk-header-decoration-style = cyan box ul
grep-file-style = magenta
grep-line-number-style = yellow
grep-match-word-style = cyan ul
grep-separator-symbol = keep
[interactive]
diffFilter = delta --color-only
[push]
default = current
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = red bold 52
newNormal = yellow bold
newHighlight = yellow bold 22
[diff-so-fancy]
stripLeadingSymbols = false
[mergetool "sourcetree"]
cmd = /Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
[rebase]
autoStash = true
[diff]
colorMoved = default
[grep]
extendRegexp = true
lineNumber = true
fullName= true