From 151865ebb00c2a2d89015b86ce2e381e6d3de3aa Mon Sep 17 00:00:00 2001 From: dracoling Date: Thu, 6 Mar 2025 02:29:58 -0500 Subject: [PATCH] add gitconfig --- dotfiles/git/config | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dotfiles/git/config diff --git a/dotfiles/git/config b/dotfiles/git/config new file mode 100644 index 0000000..1f5d637 --- /dev/null +++ b/dotfiles/git/config @@ -0,0 +1,7 @@ +[init] + defaultBranch = main +[user] + name = dracoling + email = dracoling@consolidatedawesome.com +[includeIf "gitdir:~/work/"] + path = ~/work/.gitconfig