diff --git a/.gitconfig b/.gitconfig index 036adf3..1fb5580 100644 --- a/.gitconfig +++ b/.gitconfig @@ -34,3 +34,5 @@ # On the plus side, lacking it should cause git to fatal so I never miss it. [include] path = ~/.gitconfig.local +[init] + defaultBranch = main