chezmoi/dot_gitconfig_front.tmpl

16 lines
307 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
2023-07-28 21:26:12 +02:00
[url "ssh://git@git.front.kjuulh.io/"]
insteadOf = https://git.front.kjuulh.io/
2023-07-31 23:27:24 +02:00
[url "ssh://git@github.com/"]
insteadOf = https://github.com/