-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
58 lines (41 loc) · 839 Bytes
/
.gitconfig
File metadata and controls
58 lines (41 loc) · 839 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
56
57
[user]
useConfigOnly = true
[core]
excludesfile = ~/.gitignore
attributesfile = ~/.gitattributes
trustctime = false
precomposeunicode = false
untrackedCache = true
pager = delta
[init]
defaultBranch = develop
[rerere]
enabled = true
[branch]
sort = -committerdate
[push]
default = simple
ff = only
[help]
autocorrect = 1
[commit]
verbose = true
[gpg]
format = ssh
[diff]
algorithm = histogram
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
dark = true
[merge]
conflictStyle = zdiff3
[url "git@github.com:"]
insteadOf = "gh:"
[includeIf "gitdir:~/.dotfiles/"]
path = ~/Sources/personal/.gitconfig
[includeIf "gitdir:~/Sources/personal/**/*"]
path = ~/Sources/personal/.gitconfig
[includeIf "gitdir:~/Sources/work/**/*"]
path = ~/Sources/work/.gitconfig