Up.
This commit is contained in:
parent
29bf1ee984
commit
81a714345f
@ -1,4 +1,4 @@
|
|||||||
{{ $email := promptString "email" -}}
|
{{ $email := promptString "email" -}}
|
||||||
|
|
||||||
data:
|
[data]
|
||||||
email: {{ $email | quote }}
|
email = {{ $email | quote }}
|
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user