-
Notifications
You must be signed in to change notification settings - Fork 0
/
_gitconfig
41 lines (35 loc) · 777 Bytes
/
_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
[user]
name = Pavan Rikhi
email = [email protected]
signingkey = 0xA736A3428D5063BB
[color]
diff = true
status = true
branch = true
ui = true
[push]
default = current
[core]
editor = nvim
whitespace = cr-at-eol
autocrif = true
excludesfile = /home/prikhi/.gitignore
pager = /usr/share/git/diff-highlight/diff-highlight | less
[url "git://github.com/ghc/packages-"]
insteadOf = git://github.com/ghc/packages/
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = red bold 52
newNormal = green bold
newHighlight = green bold 22
[color "diff"]
commit = green
meta = yellow
frag = cyan
old = red
new = green
whitespace = red reverse
[pull]
rebase = false
[init]
defaultBranch = master