course-ds-base
course-ds-base copied to clipboard
Task 4.3 - Tracking changes and switching between versions
Branch: step-6-data-and-model-version-control (continue from https://github.com/iterative/course-ds-base/issues/11)
Tasks:
- [ ] add remote storage
- [ ] store
file.txtto remote storage - [ ] delete
file.txtin workspace - [ ] restore
file.txtfrom DVC cache withdvc checkout file.txt - [ ] clean cache with
dvc gc - [ ] try to restore
file.txtfrom DVC cache withdvc checkout file.txt(failure is expected) - [ ] restore
file.txtfrom DVC Remote Storagedvc pull(success is expected) - [ ] update 'file.txt' (version 2) and push it to remote storage
- [ ] switch btw Git branches and 'file.txt' versions