Auto commit.

This commit is contained in:
2022-04-30 11:19:45 +08:00
parent aef40ed5d3
commit 54aa315ee6
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,5 +1,10 @@
@echo off
cd C:\Blog\hexo_blog
git add .
git commit -m "Auto commit."
git push origin master
git push github master
hexo cl && hexo d
pause