System Grab Bag

View all TLDR pages from common (or from all pages)

dvc add

Add changed files to the index. More information: https://dvc.org/doc/command-reference/add.
  • Add a single target file to the index:
    dvc add {{path/to/file}}
  • Add a target directory to the index:
    dvc add {{path/to/directory}}
  • Recursively add all the files in a given target directory:
    dvc add --recursive {{path/to/directory}}
  • Add a target file with a custom .dvc filename:
    dvc add --file {{custom_name.dvc}} {{path/to/file}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.