-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
50 lines (50 loc) · 902 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
42
43
44
45
46
47
48
49
50
[user]
email = [email protected]
name = szubersk
signingkey = 5BA2439DCA1ABF18
[init]
defaultBranch = master
[advice]
detachedHead = false
[commit]
status = true
verbose = true
gpgsign = true
[core]
editor = vim
whitespace = trailing-space,space-before-tab,cr-at-eol,tab-in-indent,-indent-with-non-tab
pager = diffr | less -FRX
[color]
diff = auto
ui = auto
[http]
version = HTTP/2
[protocol]
version = 2
[gc]
auto = 0
[interactive]
diffFilter = diffr
[credential]
helper = cache --timeout=86400
[pull]
rebase = true
[push]
autoSetupRemote = true
[fetch]
prune = true
[format]
signOff = true
[diff]
algorithm = histogram
noprefix = true
[gitreview]
username = szubersk
remote = origin
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[lfs]
locksverify = true