File tree 1 file changed +0
-36
lines changed
1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change 4
4
[core ]
5
5
deltaBaseCacheLimit = 1G
6
6
editor = vim
7
- [filter "media "]
8
- clean = git-media-clean %f
9
- smudge = git-media-smudge %f
10
- [pager ]
11
- diff = diff-so-fancy | less --tabs=4 -RFX
12
- show = diff-so-fancy | less --tabs=4 -RFX
13
- [color ]
14
- ui = always
15
- [color "diff "]
16
- meta = yellow bold
17
- commit = green bold
18
- frag = magenta bold
19
- old = red bold
20
- new = green bold
21
- whitespace = red reverse
22
- [color "diff-highlight "]
23
- oldNormal = red bold
24
- oldHighlight = " red bold 52"
25
- newNormal = " green bold"
26
- newHighlight = " green bold 22"
27
- [color "branch "]
28
- current = yellow reverse
29
- local = yellow
30
- remote = green
31
- [color "status "]
32
- added = yellow
33
- changed = green
34
- untracked = cyan
35
- [filter "lfs "]
36
- smudge = git-lfs smudge -- %f
37
- required = true
38
- clean = git-lfs clean -- %f
39
- [ghq ]
40
- root = ~/workspace
41
- [fetch ]
42
- prune = true
43
7
[diff ]
44
8
tool = Kaleidoscope
45
9
[difftool ]
You can’t perform that action at this time.
0 commit comments