Auto commit.

This commit is contained in:
2022-04-28 15:22:26 +08:00
parent 3635761639
commit a7cc44cb62
2 changed files with 3 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
@echo off
cd C:\hexo_blog
git add .
git commit -m "Auto commit."
git push --all