From a12666094b95b2e3573be1b950135e5049f98b38 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 17 Jun 2024 13:24:34 +0100 Subject: [PATCH] chore: update main branch to be --global --- test/create-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/create-repo.sh b/test/create-repo.sh index cd9ba3f..2563c7a 100755 --- a/test/create-repo.sh +++ b/test/create-repo.sh @@ -4,7 +4,7 @@ REPO="test-repo.git" echo $REPO mkdir $REPO cd $REPO -git config --local init.defaultbranch main +git config --global init.defaultbranch main git init --bare cd .. git clone -l $REPO test-repo-clone