6 lines
119 B
Batchfile
6 lines
119 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 |