author | Drew Northup <drew.northup@maine.edu> | |
Mon, 14 Mar 2011 15:47:37 +0000 (11:47 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 14 Mar 2011 17:52:23 +0000 (10:52 -0700) | ||
commit | ee55703bace45760c3385d00c9056d6f6f644229 | |
tree | ee22cdb6d292a4af045722a298605faf921382a3 | tree | snapshot |
parent | 0564d937bfac6729dac8ea5a2b15de52fcd4b8ec | commit | diff |
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>
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 | diff | blob | history |