tianzhendong
3 years ago
2 changed files with 6 additions and 1 deletions
@ -1,5 +1,10 @@ |
|||||
@echo off |
@echo off |
||||
cd C:\Blog\hexo_blog |
cd C:\Blog\hexo_blog |
||||
|
git add . |
||||
|
git commit -m "Auto commit." |
||||
|
git push origin master |
||||
|
git push github master |
||||
|
|
||||
hexo cl && hexo d |
hexo cl && hexo d |
||||
|
|
||||
pause |
pause |
Loading…
Reference in new issue