chezmoi/dot_gitconfig_front.tmpl
2023-07-24 13:15:39 +02:00

14 lines
225 B
Cheetah

[user]
name = {{ .gitea_name }}
email = {{ .gitea_email }}
signingkey = {{ .gitea_public_gpg }}
[credential]
helper = store
[commit]
gpgsign = true
[url "ssh://git@github.com/"]
insteadOf = https://github.com/