Browse Source

Auto commit.

master
tianzhendong 3 years ago
parent
commit
fffd82b3ff
  1. 5
      git push - 副本.bat
  2. 2
      git push.bat

5
git push - 副本.bat

@ -0,0 +1,5 @@
@echo off
git add .
git commit -m "Auto commit."
git push origin master

2
git push.bat

@ -1,5 +1,5 @@
@echo off @echo off
cd C:\hexo_blog
git add . git add .
git commit -m "Auto commit." git commit -m "Auto commit."
git push origin master git push origin master
Loading…
Cancel
Save