snippetbashTip
dvc init — Initialize a new local DVC repository. More information: <https://doc.dvc.org/command-reference/init
Viewed 0 times
commandlocalnewdvc initclidvcinitializerepository
Problem
How to use the
dvc init command: Initialize a new local DVC repository. More information: <https://doc.dvc.org/command-reference/init>.Solution
dvc init — Initialize a new local DVC repository. More information: <https://doc.dvc.org/command-reference/init>.Initialize a new local repository:
dvc initInitialize DVC without Git:
dvc init --no-scmInitialize DVC in a subdirectory:
cd {{path/to/subdirectory}} && dvc init --sudirCode Snippets
Initialize a new local repository
dvc initInitialize DVC without Git
dvc init --no-scmInitialize DVC in a subdirectory
cd {{path/to/subdirectory}} && dvc init --sudirContext
tldr-pages: common/dvc init
Revisions (0)
No revisions yet.