feat: template in name and email

This commit is contained in:
Matthew Ryan Dillon 2024-10-03 11:33:39 -04:00
parent 642e0958e0
commit 15d78d24ed
4 changed files with 12 additions and 7 deletions

View file

@ -1,6 +1,6 @@
[user]
name = "Matthew Ryan Dillon"
email = "matthewrdillon@gmail.com"
name = {{ .name | quote }}
email = {{ .email | quote }}
[git]
push-branch-prefix = "thermokarst/jj-"