Merge branch 'so/rebase-doc'
* so/rebase-doc: Documentation/git-rebase.txt: <upstream> must be given to specify <branch>
This commit is contained in:
@ -9,7 +9,7 @@ SYNOPSIS
|
|||||||
--------
|
--------
|
||||||
[verse]
|
[verse]
|
||||||
'git rebase' [-i | --interactive] [options] [--exec <cmd>] [--onto <newbase>]
|
'git rebase' [-i | --interactive] [options] [--exec <cmd>] [--onto <newbase>]
|
||||||
[<upstream>] [<branch>]
|
[<upstream> [<branch>]]
|
||||||
'git rebase' [-i | --interactive] [options] [--exec <cmd>] [--onto <newbase>]
|
'git rebase' [-i | --interactive] [options] [--exec <cmd>] [--onto <newbase>]
|
||||||
--root [<branch>]
|
--root [<branch>]
|
||||||
'git rebase' --continue | --skip | --abort | --edit-todo
|
'git rebase' --continue | --skip | --abort | --edit-todo
|
||||||
|
Reference in New Issue
Block a user