From cd5d13ff274ca4bd4199e00887221508ca0bc50b Mon Sep 17 00:00:00 2001 From: Olaf Alexander Date: Sun, 20 Oct 2024 08:05:55 -0500 Subject: [PATCH] chore: Add git config --- dot-config/git/config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dot-config/git/config diff --git a/dot-config/git/config b/dot-config/git/config new file mode 100644 index 0000000..9987bb2 --- /dev/null +++ b/dot-config/git/config @@ -0,0 +1,8 @@ +[init] + defaultBranch = main +[help] + autocorrect = 1 + +[user] + name = Olaf Alexander + email = oalexander@sdf.org