summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 922fb98)
raw | patch | inline | side by side (parent: 922fb98)
author | jdl@freescale.com <jdl@freescale.com> | |
Fri, 9 Sep 2005 14:11:35 +0000 (09:11 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 9 Sep 2005 16:58:50 +0000 (09:58 -0700) |
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>
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>
Documentation/tutorial.txt | patch | blob | history |
index c938bbc372221571a1a58dcd98bb2aadd9be4a21..ad48bb88b673b0c3d4a08d4a6eb89c7d6fb38120 100644 (file)
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