-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitconfig
41 lines (41 loc) · 1.13 KB
/
.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
[user]
name = iliana etaoin
email = [email protected]
[core]
excludesfile = ~/.config/gitignore
[commit]
verbose = true
cleanup = scissors
[pull]
rebase = true
[init]
defaultBranch = main
[rebase]
autosquash = true
autostash = true
[rerere]
enabled = true
[url "[email protected]:"]
pushInsteadOf = https://github.com/
[url "hydrangea.cat-herring.ts.net:/git/"]
pushInsteadOf = https://git.iliana.fyi/
[url "[email protected]:oxidecomputer/dendrite"]
insteadOf = https://github.com/oxidecomputer/dendrite
[includeIf "hasconfig:remote.*.url:https://github.com/oxidecomputer/*"]
path = ~/.config/dotfiles/gitconfig-oxide
[includeIf "hasconfig:remote.*.url:[email protected]:oxidecomputer/*"]
path = ~/.config/dotfiles/gitconfig-oxide
[includeIf "hasconfig:remote.*.url:https://github.com/oxidecomputer/illumos-gate*"]
path = ~/.config/dotfiles/gitconfig-illumos-gate
[includeIf "hasconfig:remote.*.url:[email protected]:oxidecomputer/illumos-gate*"]
path = ~/.config/dotfiles/gitconfig-illumos-gate
[diff]
algorithm = histogram
[transfer]
fsckobjects = true
[fetch]
fsckobjects = true
[receive]
fsckobjects = true
[merge]
conflictstyle = zdiff3