dotfiles/git/.gitconfig

23 lines
392 B
INI
Raw Normal View History

2024-05-08 15:13:04 +00:00
[user]
email = mans@mziesel.com
name = Mans Ziesel
2024-09-29 15:20:21 +00:00
signingkey = ~/.ssh/id_rsa.pub
2024-05-08 15:13:04 +00:00
[url "git@git.mziesel.nl:"]
2024-05-08 15:13:04 +00:00
insteadOf = https://git.mzsl.nl/
[url "git@git.mziesel.nl:"]
insteadOf = https://git.mziesel.nl/
[url "git@git.mziesel.nl:"]
insteadOf = git@git.mzsl.nl:
2024-05-08 15:13:04 +00:00
[gpg]
format = ssh
[init]
defaultBranch = main
2024-09-29 15:20:21 +00:00
[pull]
default = current
[push]
default = current
[color]
ui = auto