DVC: add page including sub-commands checkout, init, add
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
beb5f2930a
commit
51190d4610
16
pages/common/dvc-init.md
Normal file
16
pages/common/dvc-init.md
Normal 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`
|
Reference in New Issue
Block a user