Example repository for the Data Version Control With Python and DVC article on Real Python.
To use this repo as part of the tutorial, you first need to get your own copy by clicking Fork button in the top right corner of the screen. Select your personal GitHub account, and GitHub will create your own copy.
Then clone the fork you just created to your computer with the git clone command:
git clone [email protected]:YourUsername/data-version-control.gitMake sure to replace YourUsername in the above command with your actual GitHub username.
Happy coding!