We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947ad2e commit a94eda6Copy full SHA for a94eda6
1 file changed
Documentation/git-rebase.txt
@@ -8,7 +8,7 @@ git-rebase - Forward-port local commits to the updated upstream head
8
SYNOPSIS
9
--------
10
[verse]
11
-'git-rebase' [-i | --interactive] [-v | --verbose] [--merge] [-C<n>]
+'git-rebase' [-i | --interactive] [-v | --verbose] [-m | --merge] [-C<n>]
12
[-p | --preserve-merges] [--onto <newbase>] <upstream> [<branch>]
13
'git-rebase' --continue | --skip | --abort
14
@@ -188,7 +188,7 @@ OPTIONS
188
--skip::
189
Restart the rebasing process by skipping the current patch.
190
191
---merge::
+-m, \--merge::
192
Use merging strategies to rebase. When the recursive (default) merge
193
strategy is used, this allows rebase to be aware of renames on the
194
upstream side.
0 commit comments