Skip to content

Commit f7372bd

Browse files
author
Kazuaki NAKAMURA
committed
delete any line
1 parent b2ab443 commit f7372bd

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

.gitconfig

-36
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,6 @@
44
[core]
55
deltaBaseCacheLimit = 1G
66
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
437
[diff]
448
tool = Kaleidoscope
459
[difftool]

0 commit comments

Comments
 (0)