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