summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 464a8a7)
raw | patch | inline | side by side (parent: 464a8a7)
author | J. Bruce Fields <bfields@puzzle.fieldses.org> | |
Wed, 6 Jun 2007 22:41:43 +0000 (18:41 -0400) | ||
committer | J. Bruce Fields <bfields@citi.umich.edu> | |
Sun, 26 Aug 2007 14:35:16 +0000 (10:35 -0400) |
Just cutting out a few unnecessary words.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Documentation/user-manual.txt | patch | blob | history |
index 0331bad257e3a92a52ff29e17044495c4193ae9a..933177a38b75ab2b55c28f74cff3c7dc6894983b 100644 (file)
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):
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
-------------------------------------------------