Documentation: "rebase <onto> <that>" stays on <that> branch upon exit
commitee55703bace45760c3385d00c9056d6f6f644229
authorDrew Northup <drew.northup@maine.edu>
Mon, 14 Mar 2011 15:47:37 +0000 (14 11:47 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Mar 2011 17:52:23 +0000 (14 10:52 -0700)
treeee22cdb6d292a4af045722a298605faf921382a3
parent0564d937bfac6729dac8ea5a2b15de52fcd4b8ec
Documentation: "rebase <onto> <that>" stays on <that> branch upon exit

This change makes it clearer that the change to the history effected by
executing 'git rebase master' while on 'topic' branch, and by executing
'git rebase master topic' on any branch, will be the same; the implicit
checkout of the second form will remain after the rebase exits.

Signed-off-by: Drew Northup <drew.northup@maine.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rebase.txt