diff --git a/push.bat b/push.bat index 7ff365b..d44314a 100644 --- a/push.bat +++ b/push.bat @@ -1,4 +1,4 @@ git pull -git add -A -git commit -m "Auto commit" +git add -A +git commit -m "Auto commit" git push origin main \ No newline at end of file