
dvc-init
List of commands for dvc-init:
-
dvc-init:tldr:38db1 dvc-init: Initialize a new local repository.$ dvc inittry on your machineexplain this command
-
dvc-init:tldr:52538 dvc-init: Initialize DVC without Git.$ dvc init --no-scmtry on your machineexplain this command
-
dvc-init:tldr:733bd dvc-init: Initialize DVC in a subdirectory.$ cd ${path-to-subdir} && dvc init --sudirtry on your machineexplain this command