diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl new file mode 100644 index 0000000..fcef844 --- /dev/null +++ b/dot_gitconfig.tmpl @@ -0,0 +1,6 @@ +[user] +email = {{ .email }} +name = {{ .chezmoi.group }} + +[pull] +rebase = false