.dotfiles/.gitconfig
Saibotk a8984092bd
fix(gitconfig): remove github redirect
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.
2024-12-03 02:11:15 +01:00

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