1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/dvc-init.md

16 lines
306 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`
- Initializing DVC in a subdirectory:
`cd {{path/to/subdir}} && dvc init --sudir`