Auto commit.

This commit is contained in:
2022-04-28 14:55:45 +08:00
parent 58697db5f8
commit 3635761639
4 changed files with 8 additions and 6 deletions
+3
View File
@@ -0,0 +1,3 @@
@echo off
cd C:\hexo_blog
git pull
-5
View File
@@ -1,5 +0,0 @@
@echo off
git add .
git commit -m "Auto commit."
git push origin master
+1 -1
View File
@@ -2,4 +2,4 @@
cd C:\hexo_blog cd C:\hexo_blog
git add . git add .
git commit -m "Auto commit." git commit -m "Auto commit."
git push origin master git push --all
+4
View File
@@ -0,0 +1,4 @@
@echo off
cd C:\hexo_blog
hexo cl
hexo d