-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
52 lines (40 loc) · 1.02 KB
/
.gitconfig
File metadata and controls
52 lines (40 loc) · 1.02 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
[core]
autocrlf = input
editor = vim
excludesfile = ~/.gitignore
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
light = true
side-by-side = true
line-numbers = true
[merge]
tool = vimdiff
conflictstyle = diff3
[mergetool "vimdiff"]
trustExitCode = true
[includeIf "gitdir:/projects/common/"]
path = /root/.gitconfig-personal
[includeIf "gitdir:/projects/ip812/"]
path = /root/.gitconfig-personal
[includeIf "gitdir:/projects/zofiri/"]
path = /root/.gitconfig-personal
[includeIf "gitdir:/projects/avalonpharma/"]
path = /root/.gitconfig-personal
[includeIf "gitdir:/projects/personal/"]
path = /root/.gitconfig-personal
[includeIf "gitdir:/projects/oss/"]
path = /root/.gitconfig-personal
[includeIf "gitdir:/projects/work/"]
path = /root/.gitconfig-work
[credential]
helper = store
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[safe]
directory = /projects/work/status-page