[user]
    name = {{ .user.fullname }}
    email = {{ .user.email }}
    signingKey = {{ .user.signingkey }}
[gitlab]
    user = jleechpe
[github]
    user = jleechpe
[url "ssh://git@github.com/"]
    pushInsteadOf= https://github.com/
[init]
    defaultBranch = main

[core]
    excludesFile = ~/.gitignore_global
    
{{- if .git.includes.jlptech }}
{{- with .git.includes.jlptech }}
# Defaults for JLP Tech Consulting
[includeIf "gitdir:~/{{ .name }}/"]
    path = ~/.gitconfig-{{ .name }}
[includeIf "gitdir:~/git/{{ .name }}/"]
    path = ~/.gitconfig-{{ .name }}
{{- end }}
{{- end }}