From 4f1a21e9c2a4ec5f080bd150e61fb6b22e5ae1cc Mon Sep 17 00:00:00 2001 From: mmichlol Date: Sat, 7 Feb 2026 15:54:01 +0100 Subject: [PATCH] Added random int generator --- push.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!