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