blob: 90b83c3fe4a0b4c24db2dabe6b45dbbf83d402b5 [file] [log] [blame]
[user]
name = {{ .git.name | quote }}
email = {{ .git.email | quote }}
{{if and (index .git "signingKey") (ne .git.signingKey "") -}}
signingkey = {{ .git.signingKey | quote }}
{{- end}}
{{if eq .chezmoi.os "darwin" -}}
[credential]
helper = osxkeychain
[core]
precomposeUnicode = true
excludesfile = {{ .chezmoi.config.destDir }}/.gitignore_global
{{- end -}}
[http]
cookiefile = {{ .chezmoi.config.destDir }}/.gitcookies
[hub]
protocol = https
[pull]
rebase = true
[init]
defaultBranch = main
[alias]
r = review -R