liyongli %!s(int64=2) %!d(string=hai) anos
pai
achega
6a68b2296f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      saveGit.js

+ 1 - 0
saveGit.js

@@ -7,6 +7,7 @@ const { execSync } = require("child_process");
    */
   function execFun() {
     try {
+      execSync("git pull");
       execSync("git add .");
       execSync('git commit -m "提交"');
       execSync("git push");