Forrest logo
back to context overview

dvc-init

List of commands for dvc-init:

  • dvc-init:tldr:38db1 dvc-init: Initialize a new local repository.
    $ dvc init
    try on your machine
    explain this command
  • dvc-init:tldr:52538 dvc-init: Initialize DVC without Git.
    $ dvc init --no-scm
    try on your machine
    explain this command
  • dvc-init:tldr:733bd dvc-init: Initialize DVC in a subdirectory.
    $ cd ${path-to-subdir} && dvc init --sudir
    try on your machine
    explain this command
back to context overview