<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/gittutorial.txt, branch v1.6.3</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.6.3</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.6.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2009-01-26T02:57:26Z</updated>
<entry>
<title>gittutorial: remove misleading note</title>
<updated>2009-01-26T02:57:26Z</updated>
<author>
<name>Miklos Vajna</name>
<email>vmiklos@frugalware.org</email>
</author>
<published>2009-01-23T18:02:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c30e5673f9614caebf020f934f435db179bd53d4'/>
<id>urn:sha1:c30e5673f9614caebf020f934f435db179bd53d4</id>
<content type='text'>
In the tutorial Alice initializes the repository, and Bob clones it. So
Bob can just do a 'git pull', but Alice will need 'git pull &lt;url&gt;
&lt;branch&gt;'.

The note suggested that the branch parameter is not necessary, which is
no longer true these days.

Signed-off-by: Miklos Vajna &lt;vmiklos@frugalware.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Use capitalized names where appropriate</title>
<updated>2009-01-05T20:04:02Z</updated>
<author>
<name>Henrik Austad</name>
<email>henrik@austad.us</email>
</author>
<published>2009-01-05T15:25:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c7719fbe46deae03578c4e19516b9567e98b9f04'/>
<id>urn:sha1:c7719fbe46deae03578c4e19516b9567e98b9f04</id>
<content type='text'>
The Linux kernel and Emacs are both spelled capitalized

Signed-off-by: Henrik Austad &lt;henrik@austad.us&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: tutorial: add information about "git help" at the beginning</title>
<updated>2008-11-17T16:21:34Z</updated>
<author>
<name>Christian Couder</name>
<email>chriscool@tuxfamily.org</email>
</author>
<published>2008-11-17T15:43:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6e702c245803e3cdf2cad3f1f74aa4d894aa165a'/>
<id>urn:sha1:6e702c245803e3cdf2cad3f1f74aa4d894aa165a</id>
<content type='text'>
Talking about "git help" is useful because it has a few more
features (like when using it without arguments or with "-a") and
it may work on non unix like platforms.

Also add a few links to git-help(1) in "See also" sections.

Signed-off-by: Christian Couder &lt;chriscool@tuxfamily.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>tutorial: gentler illustration of Alice/Bob workflow using gitk</title>
<updated>2008-08-29T07:14:30Z</updated>
<author>
<name>Paolo Ciarrocchi</name>
<email>paolo.ciarrocchi@gmail.com</email>
</author>
<published>2008-08-28T12:23:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=53d1589ff6bd336e3ece39e0a963a3d2a537cf96'/>
<id>urn:sha1:53d1589ff6bd336e3ece39e0a963a3d2a537cf96</id>
<content type='text'>
Update to gitutorial as discussedin the git mailing list:

http://marc.info/?t=121969390900002&amp;r=1&amp;w=2

Signed-off-by: Paolo Ciarrocchi &lt;paolo.ciarrocchi@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>tutorial: clarify "pull" is "fetch + merge"</title>
<updated>2008-07-15T06:35:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-07-10T21:01:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=dc29bc8bd243fcd20815c7dddc15dbae30747c28'/>
<id>urn:sha1:dc29bc8bd243fcd20815c7dddc15dbae30747c28</id>
<content type='text'>
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 &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>tutorial: use prompt with user names in example, to clarify who is doing what</title>
<updated>2008-07-15T06:35:31Z</updated>
<author>
<name>Ian Katz</name>
<email>ifreecarve@gmail.com</email>
</author>
<published>2008-07-10T18:27:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5d5e88af5cfe614be92bf977aa3ea39d2e8a8db8'/>
<id>urn:sha1:5d5e88af5cfe614be92bf977aa3ea39d2e8a8db8</id>
<content type='text'>
Signed-off-by: Ian Katz &lt;ifreecarve@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>manpages: italicize gitk's name (where it was in teletype font)</title>
<updated>2008-07-05T18:24:40Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@uchicago.edu</email>
</author>
<published>2008-07-03T05:49:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=42d36bb841eb035eb0f7261f02987893c14e1a02'/>
<id>urn:sha1:42d36bb841eb035eb0f7261f02987893c14e1a02</id>
<content type='text'>
The name `gitk` is sometimes meant to be entered at the command
prompt, but most uses are just referring to the program with that
name (not the incantation to start it).

Signed-off-by: Jonathan Nieder &lt;jrnieder@uchicago.edu&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>manpages: italicize git command names (which were in teletype font)</title>
<updated>2008-07-05T18:24:40Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@uchicago.edu</email>
</author>
<published>2008-07-03T05:41:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ba020ef5eb5fca3d757bd580ff117adaf81ca079'/>
<id>urn:sha1:ba020ef5eb5fca3d757bd580ff117adaf81ca079</id>
<content type='text'>
The names of git commands are not meant to be entered at the
commandline; they are just names. So we render them in italics,
as is usual for command names in manpages.

Using

	doit () {
	  perl -e 'for (&lt;&gt;) { s/\`(git-[^\`.]*)\`/'\''\1'\''/g; print }'
	}
	for i in git*.txt config.txt diff*.txt blame*.txt fetch*.txt i18n.txt \
	        merge*.txt pretty*.txt pull*.txt rev*.txt urls*.txt
	do
	  doit &lt;"$i" &gt;"$i+" &amp;&amp; mv "$i+" "$i"
	done
	git diff

.

Signed-off-by: Jonathan Nieder &lt;jrnieder@uchicago.edu&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation formatting and cleanup</title>
<updated>2008-07-02T00:20:16Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@uchicago.edu</email>
</author>
<published>2008-06-30T18:56:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=483bc4f045881b998512ae814d6cf44d0c0cb493'/>
<id>urn:sha1:483bc4f045881b998512ae814d6cf44d0c0cb493</id>
<content type='text'>
Following what appears to be the predominant style, format
names of commands and commandlines both as `teletype text`.

While we're at it, add articles ("a" and "the") in some
places, italicize the name of the command in the manual page
synopsis line, and add a comma or two where it seems appropriate.

Signed-off-by: Jonathan Nieder &lt;jrnieder@uchicago.edu&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: be consistent about "git-" versus "git "</title>
<updated>2008-07-02T00:20:15Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@uchicago.edu</email>
</author>
<published>2008-06-30T06:09:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b1889c36d85514e5e70462294c561a02c2edfe2b'/>
<id>urn:sha1:b1889c36d85514e5e70462294c561a02c2edfe2b</id>
<content type='text'>
Since the git-* commands are not installed in $(bindir), using
"git-command &lt;parameters&gt;" in examples in the documentation is
not a good idea. On the other hand, it is nice to be able to
refer to each command using one hyphenated word. (There is no
escaping it, anyway: man page names cannot have spaces in them.)

This patch retains the dash in naming an operation, command,
program, process, or action. Complete command lines that can
be entered at a shell (i.e., without options omitted) are
made to use the dashless form.

The changes consist only of replacing some spaces with hyphens
and vice versa. After a "s/ /-/g", the unpatched and patched
versions are identical.

Signed-off-by: Jonathan Nieder &lt;jrnieder@uchicago.edu&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
