@echo off cd C:\hexo_blog git add . git commit -m "Auto commit." git push origin master git push github master