-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
37 lines (26 loc) · 764 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
[init]
defaultBranch = main
[user]
name = Andreas Palm
[include]
path = ~/.config/git/config_base
[includeIf "gitdir:~/R/"]
path = ~/.config/git/config_work
[includeIf "gitdir:~/R/mpk"]
path = ~/.config/git/config_work_mpk
[core]
excludesfile = ~/.config/git/gitignore_global
[pull]
rebase = true
# https://git-scm.com/docs/git-rebase#Documentation/git-rebase.txt---autosquash
[rebase]
autoStash = true
autoSquash = true
[diff]
wsErrorHighlight = all
[url "ssh://[email protected]/zapling"]
insteadof = https://github.com/zapling
[url "ssh://[email protected]/ertia-io"]
insteadof = https://github.com/ertia-io
[url "ssh://[email protected]/dinafastighetergo"]
insteadof = https://github.com/dinafastighetergo