We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb4553 commit 4387118Copy full SHA for 4387118
test.bats
@@ -62,7 +62,7 @@ create_repo()
62
mkdir -p "$(dirname "$repo/$file")"
63
echo $RANDOM > "$repo/$file"
64
done
65
- git -C "$repo" init
+ git -C "$repo" init -b main
66
git -C "$repo" add .
67
git -C "$repo" commit -m "Initial commit"
68
}
@@ -358,7 +358,7 @@ check_tar_content()
358
echo $RANDOM > beta/new_file.txt
359
git -C beta add .
360
git -C beta commit -m "new file"
361
- git -C alpha/beta pull origin master
+ git -C alpha/beta pull origin main
362
echo $RANDOM > alpha/yet_another_file.txt
363
git -C alpha add .
364
git -C alpha commit -m "updated submodule"
0 commit comments