Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdl@freescale.com <jdl@freescale.com>2005-09-09 18:11:35 +0400
committerJunio C Hamano <junkio@cox.net>2005-09-09 20:58:50 +0400
commitc87d41ebf7b9312138a7095bcfcb0cf2528ec072 (patch)
tree7116e90959ea3fb664b6aea0c6e58e59bbf56eda /Documentation
parent922fb98e1c1cfed0c5075256f328fd8d01587c61 (diff)
[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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/tutorial.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt
index c938bbc372..ad48bb88b6 100644
--- a/Documentation/tutorial.txt
+++ b/Documentation/tutorial.txt
@@ -608,11 +608,11 @@ The above can also be written as simply
git reset
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
-at what the `git-*-script` scripts do (`git reset` is the above two lines
-implemented in `git-reset`, but some things like `git status` and
-`git commit` are slightly more complex scripts around the basic git
-commands).
+with the `git xyz` interfaces. You can learn things by just looking
+at what the various git scripts do. For example, `git reset` is the
+above two lines implemented in `git-reset`, but some things like
+`git status` and `git commit` are slightly more complex scripts around
+the basic git commands.
Many (most?) public remote repositories will not contain any of
the checked out files or even an index file, and will *only* contain the