aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@puzzle.fieldses.org>2007-06-06 18:41:43 -0400
committerJ. Bruce Fields <bfields@citi.umich.edu>2007-08-26 10:35:16 -0400
commita5f90f31302eb47cb1aa2f12447376ff9332abef (patch)
tree6e9c870a234f2021b3d79e31425651669e45380e
parent464a8a7a15fc70efbcf56c4569f0f7275a9c76fe (diff)
downloadgit-a5f90f31302eb47cb1aa2f12447376ff9332abef.tar.gz
git-a5f90f31302eb47cb1aa2f12447376ff9332abef.tar.xz
user-manual: minor editing for conciseness
Just cutting out a few unnecessary words. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
-rw-r--r--Documentation/user-manual.txt10
1 files changed, 3 insertions, 7 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index 0331bad25..933177a38 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -42,10 +42,9 @@ How to get a git repository
It will be useful to have a git repository to experiment with as you
read this manual.
-The best way to get one is by using the gitlink:git-clone[1] command
-to download a copy of an existing repository for a project that you
-are interested in. If you don't already have a project in mind, here
-are some interesting examples:
+The best way to get one is by using the gitlink:git-clone[1] command to
+download a copy of an existing repository. If you don't already have a
+project in mind, here are some interesting examples:
------------------------------------------------
# git itself (approx. 10MB download):
@@ -63,9 +62,6 @@ directory, you will see that it contains a copy of the project files,
together with a special top-level directory named ".git", which
contains all the information about the history of the project.
-In most of the following, examples will be taken from one of the two
-repositories above.
-
[[how-to-check-out]]
How to check out a different version of a project
-------------------------------------------------