neovim/git
2023-02-12 00:28:36 +01:00

10 lines
149 B
Text

{{#if (and email git_username)}}
[user]
email = {{email}}
name = {{git_username}}
{{/if}}
[push]
autoSetupRemote = True
[pull]
rebase = true