-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
40 lines (40 loc) · 744 Bytes
/
gitconfig
File metadata and controls
40 lines (40 loc) · 744 Bytes
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
[user]
email = manoz@outlook.com
name = Kevin Legrand
[github]
user = Manoz
[commit]
gpgsign = true
verbose = true
[gpg]
program = /usr/bin/gpg
[hub]
protocol = ssh
[grep]
lineNumber = true
[pager]
diff = diff-so-fancy | less --tabs=2 -RFX
show = diff-so-fancy | less --tabs=2 -RFX
[color]
ui = true
[color "diff"]
commit = "yellow bold"
frag = "magenta bold"
meta = "yellow"
new = "green bold"
old = "red bold"
whitespace = "red reverse"
[color "diff-highlight"]
newHighlight= "green bold 22"
newNormal= "green bold"
oldHighlight= "red bold 52"
oldNormal= "red bold"
[stash]
showPatch = true
[status]
showUntrackedFiles = all
submoduleSummary = true
[diff-so-fancy]
stripLeadingSymbols = false
[core]
Filemode = false