mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 14:46:00 +02:00
git-clone: wrapping depth in tokens
This commit is contained in:
parent
2ed9d366b4
commit
608b34a1cb
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@
|
|||
|
||||
- Clone an existing repository, and truncate to the specified number of revisions, save your time mostly:
|
||||
|
||||
`git clone --depth 10 {{remote_repository_location}}`
|
||||
`git clone --depth {{10}} {{remote_repository_location}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue