commands.sh

dvc init

all

Initialize a new local DVC repository.

More info →

Examples (3)

Initialize a new local repository

Initialize DVC without Git

dvc init --no-scm

Initialize DVC in a subdirectory

cd path/to/subdirectory && dvc init --sudir
made by @shridhargupta | data from tldr-pages