class-notes/push.bat
2025-02-27 19:27:03 +08:00

4 lines
70 B
Batchfile

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