Skip to content

Commit aff3784

Browse files
authored
Add noTags to clone (#25)
1 parent aa4204d commit aff3784

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: docs/clone.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Clone a repository
1414
| singleBranch | bool = false | Instead of the default behavior of fetching all the branches, only fetch a single branch. |
1515
| noCheckout | bool = false | If true, clone will only fetch the repo, not check out a branch. Skipping checkout can save a lot of time normally spent writing files to disk. |
1616
| noGitSuffix | bool = false | If true, clone will not auto-append a `.git` suffix to the `url`. (**AWS CodeCommit needs this option**) |
17+
| noTags | bool = false | By default clone will fetch all tags. `noTags` disables that behavior. |
1718
| remote | string = 'origin' | What to name the remote that is created. The default is 'origin'. |
1819
| depth | integer = undefined | Determines how much of the git repository's history to retrieve. |
1920
| since | Date = undefined | Only fetch commits created after the given date. Mutually exclusive with `depth`. |

0 commit comments

Comments
 (0)