-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitconfig
52 lines (49 loc) · 935 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
51
52
[user]
email = [email protected]
name = Sett Wai
signingkey = 0xEBEE60A26931AEE6
[commit]
gpgSign = true
[init]
defaultBranch = main
[color]
diff = auto
status = auto
branch = auto
[color "status"]
changed = "yellow "
untracked = "dim "
[gitreview]
username = sw00
[push]
default = current
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f
[filter "hawser"]
clean = git hawser clean %f
smudge = git hawser smudge %f
required = true
[credential]
helper = cache --timeout=144000
[diff]
tool = vimdiff
[difftool]
prompt = false
[alias]
dt = difftool
[difftool "vimdiff"]
cmd = vimdiff \"$LOCAL\" \"$REMOTE\"
[includeIf "gitdir:/etc/"]
path = ~/.gitconfig-etckeeper
[core]
autocrlf = false
eol = lf
safecrlf = warn
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[gpg]
program=/etc/profiles/per-user/sett/bin/gpg