-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
49 lines (49 loc) · 971 Bytes
/
gitconfig
File metadata and controls
49 lines (49 loc) · 971 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
[color]
ui = true
[user]
name = Bart Zonneveld
email = bart.zonneveld@shopify.com
[push]
default = simple
autoSetupRemote = true
[core]
excludesfile = ~/.gitignore
pager = delta
[merge]
ff = false
conflictstyle = diff3
[pull]
rebase = true
prune = true
[branch "master"]
mergeoptions = --no-ff
[fetch]
prune = true
[init]
defaultBranch = main
[include]
path = ~/.gitconfig_local
path = ~/.gitconfig.spin
path = /Users/bartzonneveld/.config/dev/gitconfig
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
light = false
theme=gruvbox-dark
line-numbers = true
plus-style = "syntax #b8bb26"
minus-style = "syntax #fb4934"
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
[rerere]
enabled = true
[credential]
helper =
helper = /usr/local/share/gcm-core/git-credential-manager
[credential "https://dev.azure.com"]
useHttpPath = true
[maintenance]
repo = /Users/bartzonneveld/world/trees/root/src