chezmoi/dot_gitconfig_front.tmpl

14 lines
225 B
Cheetah
Raw Normal View History

2023-07-24 12:44:47 +02:00
[user]
2023-07-24 13:15:39 +02:00
name = {{ .gitea_name }}
email = {{ .gitea_email }}
signingkey = {{ .gitea_public_gpg }}
2023-07-24 12:44:47 +02:00
[credential]
helper = store
[commit]
gpgsign = true
[url "ssh://git@github.com/"]
insteadOf = https://github.com/