Assuming DVC is already installed, let's initialize it by
running dvc init inside a Git project:
$ dvc initA few directories and files are created that should be added to Git:
$ git status
Changes to be committed:
new file: .dvc/.gitignore
new file: .dvc/config
...
$ git commit -m "Initialize DVC"DVC features can be grouped into functional components. We'll explore them one by one in the next few sections: