Assuming DVC is already installed, let's initialize it by running dvc init inside a Git project:

Untitled

.dvc-Verzeichnis anlegen

Variante 1

DVC stores information about the added file (or a directory) in a special .dvc file:

Variante 2

dvc remote add -d myremote /path/to/remote

Untitled