mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
9 lines
240 B
Cheetah
9 lines
240 B
Cheetah
{{- $github_email := promptStringOnce . "github_email" "Github Email address" -}}
|
|
|
|
[data]
|
|
github_email = {{ $github_email | quote }}
|
|
[git]
|
|
autoPush = true
|
|
autoCommit = true
|
|
commitMessageTemplateFile = ".commit_message.tmpl"
|