1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:22:10 +02:00
tldr/pages/common/dvc-init.md
Puneetha Pai a398529a92 Apply suggestions from code review by @einverne
Co-authored-by: Ein Verne <git@einverne.info>
2020-08-21 23:53:25 +01:00

16 lines
303 B
Markdown

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