Skip to content

Commit

Permalink
Merge branch 'so/rebase-doc'
Browse files Browse the repository at this point in the history
* so/rebase-doc:
  Documentation/git-rebase.txt: <upstream> must be given to specify <branch>
  • Loading branch information
Junio C Hamano committed Sep 19, 2014
2 parents 05fcf66 + 95c6826 commit 9c9fbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-rebase.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SYNOPSIS
--------
[verse]
'git rebase' [-i | --interactive] [options] [--exec <cmd>] [--onto <newbase>]
[<upstream>] [<branch>]
[<upstream> [<branch>]]
'git rebase' [-i | --interactive] [options] [--exec <cmd>] [--onto <newbase>]
--root [<branch>]
'git rebase' --continue | --skip | --abort | --edit-todo
Expand Down

0 comments on commit 9c9fbee

Please sign in to comment.