Git¶
The basic Git configurations such as default branch are pre-configured.
[user]
email = {{ .git_email | quote }}
name = {{ .git_name | quote }}
[pull]
ff = only
[init]
defaultBranch = main
chezmoi_config/dot_gitconfig.tmpl)
The basic Git configurations such as default branch are pre-configured.
[user]
email = {{ .git_email | quote }}
name = {{ .git_name | quote }}
[pull]
ff = only
[init]
defaultBranch = main
chezmoi_config/dot_gitconfig.tmpl)