10 lines
145 B
Batchfile
10 lines
145 B
Batchfile
@echo off
|
|
@REM cd C:\Blog\hexo_blog
|
|
git add .
|
|
git commit -m "Auto commit."
|
|
git push gitee master
|
|
git push github master
|
|
|
|
hexo cl && hexo d
|
|
|
|
pause |