Skip to content

Commit

Permalink
chore: update main branch to be --global
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jun 17, 2024
1 parent d7a9732 commit a126660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/create-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a126660

Please sign in to comment.