From ee87bd0cd6467b19c1d3f9afdf2e7240aad4213b 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 dd612b47..1ba8d1f4 100755 --- a/git-stacked-rebase.ts +++ b/git-stacked-rebase.ts @@ -1427,16 +1427,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,