We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5c37e commit 768a721Copy full SHA for 768a721
git-stacked-rebase.ts
@@ -1418,16 +1418,6 @@ git-stacked-rebase <branch> [-a|--apply]
1418
2. but wil not push the partial branches to a remote until --push --force is used.
1419
1420
1421
-git-stacked-rebase [<branch>] (-c|--continue)
1422
-
1423
- (!) should be used instead of git-rebase's --continue
1424
1425
- ...because, additionally to invoking git rebase --continue,
1426
- this option automatically (prompts you to) --apply (if the rebase
1427
- has finished), thus ensuring that the partial branches
1428
- do not go out of sync with the newly rewritten history.
1429
1430
1431
git-stacked-rebase <branch> [--push|-p --force|-f]
1432
1433
1. will checkout each branch and will push --force,
0 commit comments