<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/gittutorial.txt, branch v1.7.3.4</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.7.3.4</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.7.3.4'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2010-01-10T12:01:28Z</updated>
<entry>
<title>Documentation: spell 'git cmd' without dash throughout</title>
<updated>2010-01-10T12:01:28Z</updated>
<author>
<name>Thomas Rast</name>
<email>trast@student.ethz.ch</email>
</author>
<published>2010-01-09T23:33:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0b444cdb19bcfcc7f59b7b00783cbfbbc5ddcf63'/>
<id>urn:sha1:0b444cdb19bcfcc7f59b7b00783cbfbbc5ddcf63</id>
<content type='text'>
The documentation was quite inconsistent when spelling 'git cmd' if it
only refers to the program, not to some specific invocation syntax:
both 'git-cmd' and 'git cmd' spellings exist.

The current trend goes towards dashless forms, and there is precedent
in 647ac70 (git-svn.txt: stop using dash-form of commands.,
2009-07-07) to actively eliminate the dashed variants.

Replace 'git-cmd' with 'git cmd' throughout, except where git-shell,
git-cvsserver, git-upload-pack, git-receive-pack, and
git-upload-archive are concerned, because those really live in the
$PATH.
</content>
</entry>
<entry>
<title>Makes some cleanup/review in gittutorial</title>
<updated>2009-06-30T18:17:55Z</updated>
<author>
<name>Thadeu Lima de Souza Cascardo</name>
<email>cascardo@holoscopio.com</email>
</author>
<published>2009-06-29T15:13:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=21d777f2577a8003d12bdc1c5f3c1ff68750c598'/>
<id>urn:sha1:21d777f2577a8003d12bdc1c5f3c1ff68750c598</id>
<content type='text'>
There are some different but little cleanup changes to fix some missing
quotes, to fix what seemed to be an unended sentence, to reident a
little paragraph with too large a sentence and fix a branch name that
was referred to twice later by another name.

Signed-off-by: Thadeu Lima de Souza Cascardo &lt;cascardo@holoscopio.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: refer to gitworkflows(7) from tutorial and git(1)</title>
<updated>2009-06-06T20:30:41Z</updated>
<author>
<name>Thomas Rast</name>
<email>trast@student.ethz.ch</email>
</author>
<published>2009-06-06T13:11:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=801a011dcf41f0415dee81f0500673e058bdee30'/>
<id>urn:sha1:801a011dcf41f0415dee81f0500673e058bdee30</id>
<content type='text'>
Add references to the gitworkflows(7) manpage added in f948dd8
(Documentation: add manpage about workflows, 2008-10-19) to both
gittutorial(1) and git(1), so that new users might actually discover
and read it.

Noticed by Randal L. Schwartz.

Signed-off-by: Thomas Rast &lt;trast@student.ethz.ch&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<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>
</feed>
