1
0
This commit is contained in:
Jeff Lance 2024-03-03 18:03:51 +01:00
parent 29bf1ee984
commit 81a714345f
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{{ $email := promptString "email" -}}
data:
email: {{ $email | quote }}
[data]
email = {{ $email | quote }}

View File

@ -1,6 +1,6 @@
[user]
email = email@jefflance.me
name = Jeff LANCE
email = {{- .email | quote -}}
[core]
excludesfile = /home/jeff/.gitignore.global
[credential]