user-manual: minor editing for conciseness
Just cutting out a few unnecessary words. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
This commit is contained in:
parent
464a8a7a15
commit
a5f90f3130
@ -42,10 +42,9 @@ How to get a git repository
|
|||||||
It will be useful to have a git repository to experiment with as you
|
It will be useful to have a git repository to experiment with as you
|
||||||
read this manual.
|
read this manual.
|
||||||
|
|
||||||
The best way to get one is by using the gitlink:git-clone[1] command
|
The best way to get one is by using the gitlink:git-clone[1] command to
|
||||||
to download a copy of an existing repository for a project that you
|
download a copy of an existing repository. If you don't already have a
|
||||||
are interested in. If you don't already have a project in mind, here
|
project in mind, here are some interesting examples:
|
||||||
are some interesting examples:
|
|
||||||
|
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
# git itself (approx. 10MB download):
|
# 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
|
together with a special top-level directory named ".git", which
|
||||||
contains all the information about the history of the project.
|
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]]
|
||||||
How to check out a different version of a project
|
How to check out a different version of a project
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user