diff --git a/git/.gitconfig b/git/.gitconfig index 3a959db..3956ba2 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -59,3 +59,5 @@ insteadOf = salsa: [url "git@bhh.sh:repos/"] pushInsteadOf = https://git.bhh.sh/ +[init] + defaultBranch = main