mirror of https://github.com/CrimsonTome/tldr.git
369 B
369 B
dvc
Data Version Control: like
git
for data. Some subcommands such asdvc commit
have their own usage documentation. More information: https://dvc.org/.
- Execute a DVC subcommand:
dvc {{subcommand}}
- Display general help:
dvc --help
- Display help about a specific subcommand:
dvc {{subcommand}} --help
- Display version:
dvc --version