10 lines
149 B
Text
10 lines
149 B
Text
{{#if (and email git_username)}}
|
|
[user]
|
|
email = {{email}}
|
|
name = {{git_username}}
|
|
{{/if}}
|
|
|
|
[push]
|
|
autoSetupRemote = True
|
|
[pull]
|
|
rebase = true
|