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

4 lines
58 B
Batchfile

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