]> Sergey Matveev's repositories - dotfiles.git/blob - git/.gitconfig
All git directories are safe on my system
[dotfiles.git] / git / .gitconfig
1 [advice]
2         pushUpdateRejected = false
3         detachedHead = false
4 [alias]
5         wt = worktree
6         unchanged = update-index --assume-unchanged
7 [user]
8         name = Sergey Matveev
9         email = stargrave@stargrave.org
10         signingkey = "12AD32689C660D426967FD75CB8205632107AD8A"
11 [color]
12         diff = auto
13         status = auto
14         branch = auto
15         interactive = auto
16 [core]
17         excludesfile = /home/stargrave/.git-ignore
18         quotepath = false
19         whitespace = blank-at-eol, space-before-tab, tab-in-indent, blank-at-eof
20         pager=diff-highlight | $PAGER
21 [log]
22         date = iso8601
23 [push]
24         default = current
25 [rebase]
26         autosquash = true
27 [rerere]
28         enabled = true
29 [notes]
30         displayRef = *
31 [diff]
32         algorithm = histogram
33         colorMoved = default
34         colorMovedWS = allow-indentation-change
35         tool = vimdiff
36         noprefix = true
37 [grep]
38         lineNumber = true
39 [merge]
40         tool = vimdiff
41         conflictStyle = zdiff3
42 [pull]
43         ff = only
44 [help]
45         autocorrect = never
46 [init]
47         defaultBranch = master
48 [format]
49         useAutoBase = true
50 [safe]
51         directory = *