Browse Source

git-clone: wrapping depth in tokens

Agniva De Sarker 7 years ago
parent
commit
608b34a1cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/common/git-clone.md

+ 1 - 1
pages/common/git-clone.md

@@ -20,4 +20,4 @@
 
 
 - 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}}`
+`git clone --depth {{10}} {{remote_repository_location}}`