We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3992e commit 5a320daCopy full SHA for 5a320da
ai/docbot/deploy_to_hf.sh
@@ -34,8 +34,8 @@ echo "Demo files have been copied to $DEST_PATH"
34
cd "$DEST_PATH"
35
echo "Changed directory to $DEST_PATH"
36
37
-git config --global init.defaultBranch main
38
git init
+git branch -m main
39
git config user.name github-actions[bot]
40
git config user.email github-actions[bot]@users.noreply.github.com
41
echo "Configured git user"
0 commit comments