From 363576163931438be16493692d4f849248624ab0 Mon Sep 17 00:00:00 2001 From: tianzhendong <1203886034@qq.com> Date: Thu, 28 Apr 2022 14:55:45 +0800 Subject: [PATCH] Auto commit. --- 111git pull.bat | 3 +++ git pull.bat | 5 ----- git push.bat | 2 +- zzzzdeploy.bat | 4 ++++ 4 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 111git pull.bat delete mode 100644 git pull.bat create mode 100644 zzzzdeploy.bat diff --git a/111git pull.bat b/111git pull.bat new file mode 100644 index 0000000..43cadff --- /dev/null +++ b/111git pull.bat @@ -0,0 +1,3 @@ +@echo off +cd C:\hexo_blog +git pull \ No newline at end of file diff --git a/git pull.bat b/git pull.bat deleted file mode 100644 index a33c58b..0000000 --- a/git pull.bat +++ /dev/null @@ -1,5 +0,0 @@ -@echo off - -git add . -git commit -m "Auto commit." -git push origin master \ No newline at end of file diff --git a/git push.bat b/git push.bat index 56724f9..a234436 100644 --- a/git push.bat +++ b/git push.bat @@ -2,4 +2,4 @@ cd C:\hexo_blog git add . git commit -m "Auto commit." -git push origin master \ No newline at end of file +git push --all \ No newline at end of file diff --git a/zzzzdeploy.bat b/zzzzdeploy.bat new file mode 100644 index 0000000..ac46d80 --- /dev/null +++ b/zzzzdeploy.bat @@ -0,0 +1,4 @@ +@echo off +cd C:\hexo_blog +hexo cl +hexo d \ No newline at end of file