tutorial: clarify "pull" is "fetch + merge"
commitdc29bc8bd243fcd20815c7dddc15dbae30747c28
authorJunio C Hamano <gitster@pobox.com>
Thu, 10 Jul 2008 21:01:57 +0000 (10 14:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Jul 2008 06:35:31 +0000 (14 23:35 -0700)
tree6041400cbc7c8949ea6cd38cde5aec7ca78eee5e
parent5d5e88af5cfe614be92bf977aa3ea39d2e8a8db8
tutorial: clarify "pull" is "fetch + merge"

The document says that a fetch with a configured remote stores what are
fetched in the remote tracking branches "Unlike the longhand form", but
there is no longhand form "fetch" demonstrated earlier.

This adds a missing demonstration of the longhand form, and a new
paragraph to explain why some people might want to fetch before pull.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gittutorial.txt