Skip to content

Commit 3bd1270

Browse files
committed
.
1 parent 0681dce commit 3bd1270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-commit-push.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set /p "commit_message=Enter the commit message: "
1313

1414
git add --all
1515
git commit -m "%commit_message%"
16-
git push
16+
git push origin HEAD:main
1717

1818
echo Git operations completed successfully.
1919
echo --------------------------------------

0 commit comments

Comments
 (0)