neovim/git
2023-02-13 01:11:34 +01:00

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