-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitconfig
41 lines (41 loc) · 825 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
38
39
40
41
[include]
path = .git-aliases/common
path = .git-aliases/svn
path = .git-aliases/yandex
[color]
diff = auto
status = auto
branch = auto
[color "branch"]
current = green reverse
local = green
remote = red
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
whitespace = red reverse
[color "status"]
untracked = cyan
[svn]
rmdir = true
[core]
safecrlf = true
whitespace = space-before-tab,trailing-space
[push]
default = upstream
[gc]
auto = 0
[branch]
autosetuprebase = always
[merge]
tool = diffconflicts
[mergetool "diffconflicts"]
cmd = diffconflicts vim $BASE $LOCAL $REMOTE $MERGED
trustExitCode = true
keepBackup = false
[advice]
statushints = false
[diff]
algorithm = patience