Browse Source

update 'git rebase' documentation

Being in the project's top directory when starting or continuing a rebase
is not necessary since 533b703 (Allow whole-tree operations to be started
from a subdirectory, 2007-01-12).

Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
SZEDER Gábor 17 years ago committed by Junio C Hamano
parent
commit
702088afc6
  1. 3
      Documentation/git-rebase.txt
  2. 3
      git-rebase.sh

3
Documentation/git-rebase.txt

@ -262,8 +262,7 @@ hook if one exists. You can use this hook to do sanity checks and @@ -262,8 +262,7 @@ hook if one exists. You can use this hook to do sanity checks and
reject the rebase if it isn't appropriate. Please see the template
pre-rebase hook script for an example.

You must be in the top directory of your project to start (or continue)
a rebase. Upon completion, <branch> will be the current branch.
Upon completion, <branch> will be the current branch.

INTERACTIVE MODE
----------------

3
git-rebase.sh

@ -18,8 +18,7 @@ original <branch> and remove the .dotest working files, use the command @@ -18,8 +18,7 @@ original <branch> and remove the .dotest working files, use the command
git rebase --abort instead.

Note that if <branch> is not specified on the command line, the
currently checked out branch is used. You must be in the top
directory of your project to start (or continue) a rebase.
currently checked out branch is used.

Example: git-rebase master~1 topic


Loading…
Cancel
Save