# Git configuration
#
# This file is for system configurations for git.
#
# For user configurations, see
# https://git-scm.com/docs/git-config

[user]
    name = Caleb Braaten
    email = git@cbraaten.dev

[includeif "gitdir:~/work/"]
    path = ~/work/.gitconfig

[credential]
	helper = osxkeychain
[init]
	defaultBranch = main
