tianzhendong
3 years ago
4 changed files with 108 additions and 8995 deletions
@ -1,3 +1,3 @@ |
|||
@echo off |
|||
cd C:\Blog\hexo_blog |
|||
git pull |
|||
@REM cd C:\Blog\hexo_blog |
|||
git pull gitee master |
File diff suppressed because it is too large
@ -1,5 +1,6 @@ |
|||
@echo off |
|||
cd C:\Blog\hexo_blog |
|||
@REM cd C:\Blog\hexo_blog |
|||
git add . |
|||
git commit -m "Auto commit." |
|||
git push origin master |
|||
git push gitee master |
|||
git push github master |
@ -1,8 +1,9 @@ |
|||
@echo off |
|||
cd C:\Blog\hexo_blog |
|||
@REM cd C:\Blog\hexo_blog |
|||
git add . |
|||
git commit -m "Auto commit." |
|||
git push origin master |
|||
git push gitee master |
|||
git push github master |
|||
|
|||
hexo cl && hexo d |
|||
|
|||
|
Loading…
Reference in new issue