Saibotk
a8984092bd
This had issues on intial setup, because then we need a SSH key to access and pull repositories. With this, we also cannot pull our ZSH plugins. So we removed this for now.
46 lines
1 KiB
INI
46 lines
1 KiB
INI
[user]
|
|
email = git@saibotk.de
|
|
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
|
|
[blame]
|
|
ignoreRevsFile = .git-blame-ignore-revs
|
|
[rerere]
|
|
enabled = true
|
|
[merge]
|
|
conflictstyle = zdiff3
|
|
[rebase]
|
|
autosquash = true
|
|
[core]
|
|
pager = delta
|
|
[submodule]
|
|
recurse = true
|
|
[status]
|
|
submoduleSummary = true
|
|
[branch]
|
|
sort = -committerdate
|
|
[push]
|
|
autoSetupRemote = true
|