-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_gitconfig
More file actions
57 lines (46 loc) · 849 Bytes
/
dot_gitconfig
File metadata and controls
57 lines (46 loc) · 849 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[core]
editor = hx
excludesfile = ~/.gitignore
pager = delta
[push]
autoSetupRemote = true
[help]
autocorrect = 15
[interactive]
diffFilter = delta --color-only
[color]
ui = true
[delta]
navigate = true
dark = true
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
[grep]
lineNumber = true
patternType = extended
[alias]
mb = merge-base origin $(git symbolic-ref refs/remotes/origin/HEAD --short)
[color "diff"]
meta = 11
frag = magenta bold
func = 146 bold
commit = yellow bold
old = red bold
new = green bold
whitespace = red reverse
[color "grep"]
selected = normal
linenumber = yellow bold
match = red bold
filename = magenta
context = cyan
function = green
separator = blue
[user]
name = Samson Ventura-Danziger
email = samson@danziger.uk
signingkey = 624BA0DD54AD4854
[commit]
gpgsign = true