dotfiles/git/.gitconfig

16 lines
248 B
INI
Raw Normal View History

2024-05-08 15:13:04 +00:00
[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