-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
47 lines (47 loc) · 925 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
[user]
name = Indrek Juhkam
email = indrek@urgas.eu
signingkey = F8AE4F16C95B43C9
[alias]
co = checkout
st = status
df = diff --stat -p --no-prefix
view = log --stat -b -p --no-prefix
view-reflow = reflog --stat -b -p --no-prefix
tree = log --graph --oneline --decorate
fix = commit --amend --no-edit
sorted-branches = for-each-ref --sort=-committerdate refs/heads/
[format]
[apply]
whitespace = nowarn
[branch]
autosetuprebase = remote
[rebase]
autoStash = true
[color]
status = auto
diff = auto
branch = auto
interactive = auto
grep = auto
[core]
editor = nvim
autocrlf = input
excludesfile = ~/.gitignore
[diff]
wordRegex = (, )?[^[:space:],().]+[push]
default = current
algorithm = patience
[pager]
status = false
[rerere]
autoupdate = true
enabled = true
[push]
default = current
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f
required = true
[commit]
gpgsign = true