Apply suggestions from code review

Thanks @sbrl. Will keep grammatical mistakes to minimum next time :smile

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
Puneetha Pai
2020-07-31 20:33:25 +05:30
committed by Starbeamrainbowlabs
parent c6d6d7618c
commit 91e565ba81
11 changed files with 51 additions and 50 deletions

View File

@@ -7,14 +7,14 @@
`dvc add {{path/to/file}}`
- Add target directory to the index:
- Add a target directory to the index:
`dvc add {{path/to/directory}}`
- Recursively add all files in target directory:
- Recursively add all the files in a given target directory:
`dvc add --recursive {{path/to/directory}}`
- Add target file with custom .dvc file name:
- Add a target file with a custom `.dvc` filename:
`dvc add --file custom_name.dvc {{path/to/file}}`
`dvc add --file {{custom_name.dvc}} {{path/to/file}}`