LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

dvc-init

Initialize Data Version Control in a repository

TLDR

Initialize DVC in a Git repository
$ dvc init
copy
Initialize without Git integration
$ dvc init --no-scm
copy
Initialize in a subdirectory of a Git repo
$ dvc init --subdir
copy
Force re-initialization of DVC
$ dvc init -f
copy

SYNOPSIS

dvc init [options]

DESCRIPTION

dvc init initializes Data Version Control in a directory, creating the `.dvc/` directory structure. This sets up DVC for tracking large files, datasets, and machine learning models alongside Git version control.Should be run in a Git repository for full functionality, though the `--no-scm` option allows standalone operation. The command creates configuration files, a cache directory, and integrates with Git by updating `.gitignore` and staging the new `.dvc/` directory.The created `.dvc/` directory contains `config` (repository configuration), `.gitignore` (to exclude cache and temporary files), and a `tmp/` directory for internal use.

PARAMETERS

--no-scm

Initialize DVC without Git integration. DVC will not create or modify any Git-related files.
--subdir
Initialize DVC in a subdirectory of a Git repository, instead of the repository root.
-f, --force
Force re-initialization, overwriting any existing .dvc directory.
-q, --quiet
Suppress all output except errors.
-v, --verbose
Display detailed tracing information.

CONFIGURATION

.dvc/config

Local repository configuration including remotes, cache settings, and execution parameters.
.dvc/config.local
Local machine-specific settings not tracked in Git, such as credentials and cache locations.

INSTALL

brew install dvc
copy
nix profile install nixpkgs#dvc
copy

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid