class-notes/push.bat
2025-02-06 22:43:19 +08:00

4 lines
67 B
Batchfile

git pull
git add .
git commit -m "Auto commit"
git push origin main