feat: template in name and email
This commit is contained in:
parent
642e0958e0
commit
15d78d24ed
4 changed files with 12 additions and 7 deletions
|
@ -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-"
|
Loading…
Add table
Add a link
Reference in a new issue