-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
56 lines (41 loc) · 877 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[user]
email = vannicattec@gmail.com
name = shortcuts
[core]
pager = delta
[rerere]
enabled = true
[column]
ui = auto
[branch]
sort = committerdate
[interactive]
diffFilter = delta --color-only
[delta]
light = false
line-numbers = true
side-by-side = true
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
[url "git@github.com:"]
insteadOf = https://github.com/
[color]
diff = auto
status = auto
branch = auto
ui = true
[commit]
verbose = true
[init]
defaultBranch = main
[pull]
rebase = true
[protocol "file"]
allow = always
[maintenance]
repo = /Users/clement.vannicatte/.config
repo = /Users/clement.vannicatte/Documents/no-neck-pain.nvim
repo = /Users/clement.vannicatte/Documents/data-ingestion
repo = /Users/clement.vannicatte/Documents/api-clients-automation