1549469775 5 years ago
parent
commit
c891e3b2ea
  1. 2
      app.js

2
app.js

@ -34,7 +34,7 @@ const haveGit = fs.existsSync('./.git');
// 所有源提交
for (let i = 0; i < origin.length; i++) {
const o = origin[i];
await git_util.all('a', o, 'master');
await git_util.all('a', o);
}
} else {
inquirer.prompt([{

Loading…
Cancel
Save