Auto commit.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
cd C:\hexo_blog
|
||||
git pull
|
||||
@@ -1,5 +0,0 @@
|
||||
@echo off
|
||||
|
||||
git add .
|
||||
git commit -m "Auto commit."
|
||||
git push origin master
|
||||
+1
-1
@@ -2,4 +2,4 @@
|
||||
cd C:\hexo_blog
|
||||
git add .
|
||||
git commit -m "Auto commit."
|
||||
git push origin master
|
||||
git push --all
|
||||
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
cd C:\hexo_blog
|
||||
hexo cl
|
||||
hexo d
|
||||
Reference in New Issue
Block a user