Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,19 +1,19 @@
# git clone
> Clone an existing repository
> Clone an existing repository.
- Clone an existing repository
- Clone an existing repository:
`git clone {{REMOTE-REPOSITORY-LOCATION}}`
- For cloning from the local machine
- For cloning from the local machine:
`git clone -l`
- Do it quietly
- Do it quietly:
`git clone -q`
- Clone an existing repository, and truncate to the specified number of revisions, save your time mostly
- Clone an existing repository, and truncate to the specified number of revisions, save your time mostly:
`git clone --depth 10 {{REMOTE-REPOSITORY-LOCATION}}`