-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
50 lines (37 loc) · 840 Bytes
/
.gitconfig
File metadata and controls
50 lines (37 loc) · 840 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
[user]
name = Lucas Yamanishi
email = lucas.yamanishi@gmail.com
[color]
ui = auto
[protocol "git"]
allow = never
[url "https://"]
insteadOf = git://
[init]
defaultBranch = main
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[pull]
ff = only
[core]
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
side-by-side = true
keep-plus-minus-markers = true
navigate = true
file-decoration-style = brightblue bold ol
file-modified-label = >
file-removed-label = -
file-added-label = +
hunk-header-decoration-style = "brightblack dim box"
hunk-label = @@
[merge]
conflictStyle = zdiff3
[include]
path = ~/.local/share/tinted-theming/tinty/tinted-delta-configs-file.gitconfig
path = ~/.gitconfig.local