We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0681dce commit 3bd1270Copy full SHA for 3bd1270
git-commit-push.bat
@@ -13,7 +13,7 @@ set /p "commit_message=Enter the commit message: "
13
14
git add --all
15
git commit -m "%commit_message%"
16
-git push
+git push origin HEAD:main
17
18
echo Git operations completed successfully.
19
echo --------------------------------------
0 commit comments