-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
48 lines (48 loc) · 1 KB
/
.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
[user]
name = Max Jonas Werner
signingkey = 0981E8F011B08926D25BE530EB525E0F02B52140
[color]
ui = auto
[push]
default = current
[branch]
autosetuprebase = always
[core]
pager = less -FRX
editor = vim
excludesFile = ~/.gitignore
[bz]
browser = firefox3
firefox-profile = default
[alias]
wdiff = diff -U0 --color-words
pb = !git-prune-branches
[credential]
helper = cache
[gpg]
format = openpgp
[commit]
gpgsign = true
[log]
;showSignature = true
[alias]
find = !git ls-files|grep
changelog = !git log --oneline --no-show-signature
[url "[email protected]:"]
insteadOf = https://github.com
;[init]
;defaultBranch = main
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[grep]
lineNumber = true
[tag]
sort = version:refname
[init]
defaultBranch = main
[gpg "ssh"]
allowedSignersFile = /Users/max/.config/git/allowed_signers