Skip to content

Commit 5e75d56

Browse files
chungagitster
authored andcommitted
document --force-rebase
Signed-off-by: Michele Ballabio <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b130a72 commit 5e75d56

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/git-rebase.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,13 @@ OPTIONS
258258
context exist they all must match. By default no context is
259259
ever ignored.
260260

261+
-f::
262+
--force-rebase::
263+
Force the rebase even if the current branch is a descendant
264+
of the commit you are rebasing onto. Normally the command will
265+
exit with the message "Current branch is up to date" in such a
266+
situation.
267+
261268
--whitespace=<option>::
262269
This flag is passed to the 'git-apply' program
263270
(see linkgit:git-apply[1]) that applies the patch.

0 commit comments

Comments
 (0)