From 53eee36cab0b6864079f7685de4cb80a373763a6 Mon Sep 17 00:00:00 2001 From: obkoro1 <1677593011@qq.com> Date: Thu, 2 Jan 2020 22:58:05 +0800 Subject: [PATCH] todo --- src/models/commitHandle.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/models/commitHandle.ts b/src/models/commitHandle.ts index 065bd52..3ec4b0b 100644 --- a/src/models/commitHandle.ts +++ b/src/models/commitHandle.ts @@ -2,7 +2,7 @@ * Author : OBKoro1 * Date : 2019-12-30 16:59:30 * LastEditors : OBKoro1 - * LastEditTime : 2020-01-02 22:14:59 + * LastEditTime : 2020-01-02 22:15:59 * FilePath : /autoCommit/src/models/commitHandle.ts * Description : commit 具体操作 * https://github.com/OBKoro1 @@ -114,7 +114,6 @@ class CommitHandle { try { // 异步执行命令 让出线程 打印日志 等 commitMsg = await new Promise((resolve, reject) => { - // TODO: git push 到当前分支 let cmd = `cd ${this.paramsObj.itemSrc} && git add . && git commit -m 'autoCommit' --date='${time}' && git pull && git push`; exec(cmd, (error, stdout, stderr) => { if (error) {