commands.sh

dvc checkout

all

Checkout data files and directories from cache.

More info →

Examples (3)

Checkout the latest version of all target files and directories

Checkout the latest version of a specified target

Checkout a specific version of a target from a different Git commit/tag/branch

git checkout commit_hash|tag|branch target && dvc checkout target
made by @shridhargupta | data from tldr-pages