forked from Jidbo/.dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
44 lines (44 loc) · 972 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
[user]
email = [email protected]
name = Saibotk
signingKey = D6D71F8629D98610A9EED6917688BE2AC0E0113D
[gpg]
program = gpg
[commit]
gpgSign = true
[tag]
forceSignAnnotated = true
sort = taggerdate
[diff]
algorithm = histogram
submodule = log
[alias]
append = town append
diff-parent = town diff-parent
hack = town hack
kill = town kill
prepend = town prepend
propose = town propose
rename-branch = town rename-branch
repo = town repo
ship = town ship
sync = town sync
pr = town
[git-town]
sync-feature-strategy = rebase
[rerere]
enabled = true
[merge]
conflictstyle = zdiff3
[rebase]
autosquash = true
[core]
pager = delta
[submodule]
recurse = true
[status]
submoduleSummary = true
[branch]
sort = -committerdate
[push]
autoSetupRemote = true