Auto commit.
This commit is contained in:
+2
-2
@@ -1,3 +1,3 @@
|
|||||||
@echo off
|
@echo off
|
||||||
cd C:\Blog\hexo_blog
|
@REM cd C:\Blog\hexo_blog
|
||||||
git pull
|
git pull gitee master
|
||||||
Generated
+100
-8989
File diff suppressed because it is too large
Load Diff
+3
-2
@@ -1,5 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
cd C:\Blog\hexo_blog
|
@REM cd C:\Blog\hexo_blog
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Auto commit."
|
git commit -m "Auto commit."
|
||||||
git push origin master
|
git push gitee master
|
||||||
|
git push github master
|
||||||
+3
-2
@@ -1,8 +1,9 @@
|
|||||||
@echo off
|
@echo off
|
||||||
cd C:\Blog\hexo_blog
|
@REM cd C:\Blog\hexo_blog
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Auto commit."
|
git commit -m "Auto commit."
|
||||||
git push origin master
|
git push gitee master
|
||||||
|
git push github master
|
||||||
|
|
||||||
hexo cl && hexo d
|
hexo cl && hexo d
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user