E575
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46f06e commit c03cd72Copy full SHA for c03cd72
git.js
@@ -15,6 +15,8 @@ function updateCode({ commit = "update" } = {}) {
15
execSync(`git commit -m "${commit}"`);
16
execSync(`git pull origin ${currentBranch}`);
17
execSync(`git push origin ${currentBranch}`);
18
+ }else{
19
+ console.log("当前没有需要提交的代码哦~")
20
}
21
22
0 commit comments