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:

committed by
Starbeamrainbowlabs

parent
c6d6d7618c
commit
91e565ba81
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user