From fffd82b3ff0af6ccf1d4d21734eb3996eeeeef4b Mon Sep 17 00:00:00 2001 From: tianzhendong <1203886034@qq.com> Date: Thu, 28 Apr 2022 14:51:20 +0800 Subject: [PATCH] Auto commit. --- git push - 副本.bat | 5 +++++ git push.bat | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 git push - 副本.bat diff --git a/git push - 副本.bat b/git push - 副本.bat new file mode 100644 index 0000000..a33c58b --- /dev/null +++ b/git push - 副本.bat @@ -0,0 +1,5 @@ +@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 a33c58b..56724f9 100644 --- a/git push.bat +++ b/git push.bat @@ -1,5 +1,5 @@ @echo off - +cd C:\hexo_blog git add . git commit -m "Auto commit." git push origin master \ No newline at end of file