My dotfiles utilizing Chezmoi for management https://www.chezmoi.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
442 B

[user]
email = {{ default "unknown@unknown.com" .git.email | quote }}
name = {{ default "Unknown" .git.name | quote }}
[http]
{{- if hasKey .git "ssl_verify" }}
sslVerify = {{ .git.ssl_verify }}
{{- else }}
sslVerify = true
{{- end }}
[apply]
# Detect whitespace errors when applying a patch.
whitespace = fix
[fetch]
# Remove any remote-tracking references that no longer exist on the remote.
prune = true