diff --git a/.gitconfig b/.gitconfig index 9e1b2bf..cfb8585 100644 --- a/.gitconfig +++ b/.gitconfig @@ -48,3 +48,5 @@ insteadOf = https://git.barakmich.com [pull] ff = only +[init] + defaultBranch = main