From 6966f0c2242a9fa6edab566d2ba7a985d3d898c0 Mon Sep 17 00:00:00 2001 From: Kipras Melnikovas Date: Wed, 23 Mar 2022 00:57:18 +0200 Subject: [PATCH] remove docs for --continue since not really needed anymore Signed-off-by: Kipras Melnikovas --- git-stacked-rebase.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/git-stacked-rebase.ts b/git-stacked-rebase.ts index 2c0e7687..c23a7935 100755 --- a/git-stacked-rebase.ts +++ b/git-stacked-rebase.ts @@ -1426,16 +1426,6 @@ git-stacked-rebase [-a|--apply] 2. but wil not push the partial branches to a remote until --push --force is used. -git-stacked-rebase [] (-c|--continue) - - (!) should be used instead of git-rebase's --continue - - ...because, additionally to invoking git rebase --continue, - this option automatically (prompts you to) --apply (if the rebase - has finished), thus ensuring that the partial branches - do not go out of sync with the newly rewritten history. - - git-stacked-rebase [--push|-p --force|-f] 1. will checkout each branch and will push --force,