12 lines
174 B
Text
12 lines
174 B
Text
{{#if (and email git_username)}}
|
|
[user]
|
|
email = {{email}}
|
|
name = {{git_username}}
|
|
{{/if}}
|
|
|
|
[push]
|
|
autoSetupRemote = True
|
|
[pull]
|
|
rebase = true
|
|
[core]
|
|
editor = nvim
|