mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 21:06:00 +02:00
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:
parent
431a5c8759
commit
3142f57a61
2 changed files with 5 additions and 1 deletions
|
@ -13,3 +13,7 @@
|
|||
- Do it quietly
|
||||
|
||||
`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}}`
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
`git pull`
|
||||
|
||||
- Download changes from default remote repository and use fast forward
|
||||
- Download changes from default remote repository and use fast forward
|
||||
|
||||
`git pull --rebase`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue