14 lines
225 B
Cheetah
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/
|