diff --git a/push.bat b/push.bat index 551557c..27a3d73 100644 --- a/push.bat +++ b/push.bat @@ -21,7 +21,7 @@ git commit -m "%commit_msg%" :: 4. Wysyłamy (zakładając, że masz już ustawiony 'origin') echo. echo [3/3] Pushing to repository... -git push +git push -f origin main echo. echo DONE!