[PATCH] Fix tutorial reference to git-*-scripts.

There was a lingering reference to the git-*-scripts in
the tutorial.  This patch reworks that paragraph a bit.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
jdl@freescale.com 2005-09-09 09:11:35 -05:00 committed by Junio C Hamano
parent 922fb98e1c
commit c87d41ebf7

View File

@ -608,11 +608,11 @@ The above can also be written as simply
git reset git reset
and in fact a lot of the common git command combinations can be scripted and in fact a lot of the common git command combinations can be scripted
with the `git xyz` interfaces, and you can learn things by just looking with the `git xyz` interfaces. You can learn things by just looking
at what the `git-*-script` scripts do (`git reset` is the above two lines at what the various git scripts do. For example, `git reset` is the
implemented in `git-reset`, but some things like `git status` and above two lines implemented in `git-reset`, but some things like
`git commit` are slightly more complex scripts around the basic git `git status` and `git commit` are slightly more complex scripts around
commands). the basic git commands.
Many (most?) public remote repositories will not contain any of Many (most?) public remote repositories will not contain any of
the checked out files or even an index file, and will *only* contain the the checked out files or even an index file, and will *only* contain the