Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realpython/data-version-control
https://github.com/realpython/data-version-control
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/realpython/data-version-control
- Owner: realpython
- License: mit
- Created: 2020-07-21T13:22:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T10:00:13.000Z (8 months ago)
- Last Synced: 2024-08-03T09:10:01.430Z (4 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 26
- Watchers: 7
- Forks: 544
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Version Control Tutorial
Example repository for the [Data Version Control With Python and DVC](https://realpython.com/python-data-version-control/) article on [Real Python](https://realpython.com/).
To use this repo as part of the tutorial, you first need to get your own copy. Click the _Fork_ button in the top-right corner of the screen, and select your private account in the window that pops up. GitHub will create a forked copy of the repository under your account.
Clone the forked repository to your computer with the `git clone` command
```console
git clone [email protected]:YourUsername/data-version-control.git
```Make sure to replace `YourUsername` in the above command with your actual GitHub username.
Happy coding!