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