-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitconfig
More file actions
39 lines (28 loc) · 800 Bytes
/
.gitconfig
File metadata and controls
39 lines (28 loc) · 800 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
[user]
email = [email protected]
name = ogios
; [url "[email protected]:"]
; insteadOf = https://github.com/
[url "[email protected]:ogios/"]
insteadOf = [email protected]:ogios/
[url "[email protected]:sussybot5258/"]
insteadOf = [email protected]:sussybot5258/
[url "[email protected]:GreyCatAI/"]
insteadOf = [email protected]:GreyCatAI/
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[diff "lockb"]
binary = true
textconv = bun
[core]
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
dark = true # or light = true, or omit for auto-detection
[merge]
conflictstyle = zdiff3