git-clone: wrapping depth in tokens

coverage
Agniva De Sarker 2017-12-29 11:32:01 +05:30 committed by GitHub
parent 2ed9d366b4
commit 608b34a1cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}}`