tldr/pages/common/dvc-init.md

17 lines
303 B
Markdown
Raw Normal View History

# dvc init
> Initialize 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`
2020-07-26 16:51:20 +01:00
- Initialize DVC in a subdirectory:
`cd {{path/to/subdir}} && dvc init --sudir`