diff options
author | 2014-09-19 11:38:42 -0700 | |
---|---|---|
committer | 2014-09-19 11:38:42 -0700 | |
commit | 9c9fbee8f514046c5d1c79f70c507f82c77dbad2 (patch) | |
tree | f516f923c4cefae73aa73582f2cc03d00451186b /Documentation | |
parent | Merge branch 'ir/makefile-typofix' (diff) | |
parent | Documentation/git-rebase.txt: <upstream> must be given to specify <branch> (diff) | |
download | tgif-9c9fbee8f514046c5d1c79f70c507f82c77dbad2.tar.xz |
Merge branch 'so/rebase-doc'
* so/rebase-doc:
Documentation/git-rebase.txt: <upstream> must be given to specify <branch>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-rebase.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt index f14100a160..4138554912 100644 --- a/Documentation/git-rebase.txt +++ b/Documentation/git-rebase.txt @@ -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 |