git-clone with --depth argument
when use git-clone with --depth argument will save your time remove following space of lines which will cause trouble in index building.
This commit is contained in:
@@ -13,3 +13,7 @@
|
|||||||
- Do it quietly
|
- Do it quietly
|
||||||
|
|
||||||
`git clone -q`
|
`git clone -q`
|
||||||
|
|
||||||
|
- Clone an existing repository, and truncate to the specified number of revisions, save your time mostly
|
||||||
|
|
||||||
|
`git clone --depth 10 {{REMOTE-REPOSITORY-LOCATION}}`
|
||||||
|
Reference in New Issue
Block a user