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

@@ -3,14 +3,14 @@
> Update data files and directories in the workspace based on current DVC-files.
> More information: <https://dvc.org/doc/command-reference/checkout>.
- Checkout to latest version, for all target files and directories:
- Checkout the latest version of all target files and directories:
`dvc checkout`
- Checkout to latest version, for a given target:
- Checkout to latest version of a specified target:
`dvc checkout {{target}}`
- Checkout specific version of target from different Git commit/tag/branch:
- Checkout a specific version of a target from a different Git commit/tag/branch:
`git checkout {{commit_hash/tag/branch}} {{target}} && dvc checkout {{target}}`
`git checkout {{commit_hash|tag|branch}} {{target}} && dvc checkout {{target}}`