From 3a562a52b436305f051ca4f5e4dd4f8807d3068f Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Tue, 27 May 2025 12:15:55 -0700 Subject: [PATCH] Update .gitconfig --- .gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitconfig b/.gitconfig index b746ef7..4044862 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,3 +4,7 @@ [core] editor = nvim excludesfile = /Users/devin/.gitignore +[init] + defaultBranch = main +[pull] + ff = only