-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgitconfig
More file actions
62 lines (50 loc) · 1.13 KB
/
Copy pathgitconfig
File metadata and controls
62 lines (50 loc) · 1.13 KB
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
58
59
60
61
62
[user]
name = Stefanie Jane
email = stef@hyperbliss.tech
[http]
cookiefile = ~/.gitcookies
[core]
autocrlf = input
# Speed up status/diff in big repos
fsmonitor = true
untrackedCache = true
[init]
defaultBranch = main
[push]
autoSetupRemote = true
default = current
[rebase]
autoSquash = true
autoStash = true
[fetch]
prune = true
[merge]
conflictstyle = zdiff3
[diff]
colorMoved = default
algorithm = histogram
[rerere]
# Remember conflict resolutions and replay them on repeat conflicts
enabled = true
[column]
ui = auto
[branch]
sort = -committerdate
[tag]
sort = version:refname
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
# All SilkCircuit theming (colors, delta, pretty formats, log aliases)
# lives in the silkcircuit repo; its installer copies the include target
# here and keeps it fresh on every dotfiles install run
[include]
path = ~/.config/silkcircuit/gitconfig
[credential "https://github.com"]
helper =
helper = !gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !gh auth git-credential