-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
74 lines (74 loc) · 1.26 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
64
65
66
67
68
69
70
71
72
73
74
[alias]
d = diff -w
l = log --graph
s = show -w
[blame]
coloring = repeatedLines
date = iso
[clean]
requireForce = true
[color]
advice = auto
branch = auto
diff = auto
push = auto
showBranch = auto
status = auto
transport = auto
ui = auto
[color "diff"]
old = brightred
oldMoved = brightred
new = brightgreen
newMoved = brightgreen
[color "status"]
added = brightgreen
changed = brightyellow
untracked = brightred
[column]
ui = auto,column,nodense
[core]
commentChar = "#"
compression = 9
fscache = true
hideDotFiles = true
pager = delta
preloadindex = true
[delta]
blame-timestamp-output-format = "%F %T"
color-only = false
diff-so-fancy = true
line-numbers = true
navigate = false
syntax-theme = none
[diff]
algorithm = minimal
tool = vimdiff
[diff "utf16toutf8"]
textconv = iconv -f utf-16 -t utf-8
[difftool]
prompt = false
[fetch]
prune = true
pruneTags = true
[gc]
auto = 256
[gui]
fontdiff = -family \"RecMonoCasual Nerd Font\" -size 11
fontui = -family Signika -size 11
[init]
defaultBranch = main
[interactive]
diffFilter = delta
[log]
date = iso
[merge]
conflictstyle = zdiff3
[pager]
branch = false
log = less -iRFX
[pull]
rebase = false
[user]
email = 19171016+tfpf@users.noreply.github.com
name = Vishal Pankaj Chandratreya