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" -}} {{ $email := promptString "email" -}}
data: [data]
email: {{ $email | quote }} email = {{ $email | quote }}

View File

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