dotfiles/git/.gitconfig

16 lines
248 B
INI

[user]
email = mans@mziesel.com
name = Mans Ziesel
signingkey = /home/mans/.ssh/id_rsa.pub
[url "git@git.mzsl.nl:"]
insteadOf = https://git.mzsl.nl/
[gpg]
format = ssh
[init]
defaultBranch = main
[push]
default = current
[color]
ui = auto