From 4138a68523becf6b6fca3c2276ee4db6a3d46369 Mon Sep 17 00:00:00 2001 From: nojhan Date: Sun, 22 Oct 2023 10:10:09 +0200 Subject: [PATCH] git uses main as default --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 8af0f3d..bae3de0 100644 --- a/.gitconfig +++ b/.gitconfig @@ -32,3 +32,5 @@ textconv=odt2txt [diff] algorithm = histogram +[init] + defaultBranch = main