mirror of https://github.com/CrimsonTome/tldr.git
17 lines
304 B
Markdown
17 lines
304 B
Markdown
# 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`
|