auto-git:
[change] main.js
This commit is contained in:
2
main.js
2
main.js
@@ -968,7 +968,7 @@ async function rewordCommitsSequentially(repoPath, commitMessageMap, hashes) {
|
|||||||
// await auf Promise – aber OHNE zweiten for!
|
// await auf Promise – aber OHNE zweiten for!
|
||||||
await new Promise((resolve, reject) => {
|
await new Promise((resolve, reject) => {
|
||||||
const proc = spawn('git', [
|
const proc = spawn('git', [
|
||||||
'rebase', '-i', `${hash}^`
|
'rebase', '--continue', '-i', `${hash}^`
|
||||||
], {
|
], {
|
||||||
cwd: repoPath,
|
cwd: repoPath,
|
||||||
env: {
|
env: {
|
||||||
|
|||||||
Reference in New Issue
Block a user