1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-19 20:15:29 +02:00
tldr/pages/common/dvc-init.md
2020-08-21 23:53:25 +01:00

304 B

dvc init

Initializes a new local DVC repository. More information: https://dvc.org/doc/command-reference/init.

  • Initialize a new local repository:

dvc init

  • Initialize DVC without Git:

dvc init --no-scm

  • Initialize DVC in a subdirectory:

cd {{path/to/subdir}} && dvc init --sudir