@@ -1,2 +1,2 @@
@echo off
-git add .;git commit -m "main";git push origin main
+git add . && git commit -m "main" && git push origin main