Files
hexo_blog/zgit push.bat
T
2022-05-23 08:47:11 +08:00

6 lines
119 B
Batchfile

@echo off
@REM cd C:\Blog\hexo_blog
git add .
git commit -m "Auto commit."
git push gitee master
git push github master