user-manual: remove temporary branch entry from todo list
authorStephen P. Smith <ischis2@cox.net>
Mon, 28 Dec 2015 20:16:44 +0000 (13:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Dec 2015 21:47:37 +0000 (13:47 -0800)
commit1de2e442af45acf52ad45f9ac86d4c19f6475590
treef736f2fe9dfea8a5110e282574a07d64362ced1c
parent282616c72d1d08a77ca4fe1186cb708c38408d87
user-manual: remove temporary branch entry from todo list

In the section on "How to check out a different version of a
project" the "new" branch is used as a temporary branch.  A detached
HEAD was not used since it was a new feature introduced just a
couple weeks prior.

The section could be changed to use and explain a detached HEAD,
except that would increase the learning curve early in the manual.
Detached HEADs are discussed a couple sections later under
"Examining an old version without creating a new branch".

Let's declare that it is a bad idea to rewrite the example that
uses a temporary branch to do the sightseeing on a detached HEAD.

Signed-off-by: Stephen P. Smith <ischis2@cox.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/user-manual.txt