dvc
Data Version Control: like `git` for data.
Some subcommands such as `dvc commit` have their own usage documentation.
- Check the DVC version:
dvc --version
- Display general help:
dvc --help
- Display help about a specific subcommand:
dvc {subcommand} --help
- Execute a DVC subcommand:
dvc {subcommand}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).