-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig
More file actions
51 lines (38 loc) · 682 Bytes
/
Copy pathconfig
File metadata and controls
51 lines (38 loc) · 682 Bytes
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
[include]
path = ~/.config/delta/delta.gitconfig
[user]
name = Xingquan Liu
email = b1n@b1n.io
signingkey = B0079B12E6C98EA6
[commit]
gpgsign = true
[tag]
forceSignAnnotated = true
[format]
signOff = yes
signatureFile = ~/.config/signature
useAutoBase = yes
[push]
autoSetupRemote = true
default = current
[core]
pager = delta
[interactive]
diffFilter = delta --color-only
[merge]
conflictstyle = zdiff3
[diff]
colorMoved = default
[alias]
logs = log --pretty=oneline --graph
vcommit = commit -v
last = log -1 HEAD
[pull]
rebase = true
[init]
defaultBranch = main
[sendemail]
sendmailcmd = msmtp
confirm = compose
annotate = yes
xmailer = false