Forrest logo
back to context overview

dvc-checkout

List of commands for dvc-checkout:

  • dvc-checkout:tldr:1e0e3 dvc-checkout: Checkout the latest version of a specified target.
    $ dvc checkout ${target}
    try on your machine
    explain this command
  • dvc-checkout:tldr:1e441 dvc-checkout: Checkout the latest version of all target files and directories.
    $ dvc checkout
    try on your machine
    explain this command
  • dvc-checkout:tldr:d6a4a dvc-checkout: Checkout a specific version of a target from a different Git commit/tag/branch.
    $ git checkout ${select} ${target} && dvc checkout ${target}
    try on your machine
    explain this command
back to context overview