-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
55 lines (39 loc) · 1022 Bytes
/
.gitconfig
File metadata and controls
55 lines (39 loc) · 1022 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
51
52
53
54
55
[init]
defaultBranch = main
[user]
name = Andreas Palm
[include]
path = ~/.config/git/config_base
[includeIf "gitdir:~/R/"]
path = ~/.config/git/config_work
[core]
excludesfile = ~/.config/git/gitignore_global
[log]
decorate = true
[commit]
verbose = true
[branch]
sort = -committerdate
[tag]
sort = version:refname
[pull]
rebase = true
[merge]
conflictstyle = zdiff3
# https://git-scm.com/docs/git-rebase#Documentation/git-rebase.txt---autosquash
[rebase]
autoStash = true
autoSquash = true
[diff]
wsErrorHighlight = all
colorMoved = plain
mnemonicPrefix = true
renames = true
[url "ssh://git@github.com/zapling"]
insteadof = https://github.com/zapling
[url "ssh://git@github.com/ertia-io"]
insteadof = https://github.com/ertia-io
[url "ssh://git@github.com/dinafastighetergo"]
insteadof = https://github.com/dinafastighetergo
[url "ssh://git@bitbucket.org/matpriskollen"]
insteadOf = https://bitbucket.org/matpriskollen