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 50bc7ab commit 1e4f80bCopy full SHA for 1e4f80b
entrypoint.sh
@@ -94,6 +94,7 @@ if [[ "$delete_history" == "true" ]]
94
then
95
echo "resetting"
96
rm -rf .git
97
+ git config --global init.defaultBranch "$archive_branch"
98
git init
99
fi
100
0 commit comments