DVC: add page including sub-commands checkout, init, add

This commit is contained in:
Puneetha Pai
2020-07-22 20:57:28 +05:30
committed by Starbeamrainbowlabs
parent beb5f2930a
commit 51190d4610
4 changed files with 72 additions and 0 deletions

16
pages/common/dvc-init.md Normal file
View File

@@ -0,0 +1,16 @@
# 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`