Files
hexo_blog/git push - 副本.bat
T
2022-04-28 14:51:20 +08:00

5 lines
72 B
Batchfile

@echo off
git add .
git commit -m "Auto commit."
git push origin master