class-notes/push.bat
2025-02-15 01:47:39 +08:00

4 lines
68 B
Batchfile

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