10 lines
207 B
Cheetah
10 lines
207 B
Cheetah
{{ $email := promptString "email" -}}
|
|
{{ $username := promptString "username" -}}
|
|
|
|
[git]
|
|
autoCommit = true
|
|
autoPush = true
|
|
|
|
[data]
|
|
email = {{ $email | quote }}
|
|
name = {{ $username | quote }}
|