course-ds-base icon indicating copy to clipboard operation
course-ds-base copied to clipboard

Task 4.3 - Tracking changes and switching between versions

Open mnrozhkov opened this issue 4 years ago • 0 comments

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.txt to remote storage
  • [ ] delete file.txt in workspace
  • [ ] restore file.txt from DVC cache with dvc checkout file.txt
  • [ ] clean cache with dvc gc
  • [ ] try to restore file.txt from DVC cache with dvc checkout file.txt (failure is expected)
  • [ ] restore file.txt from DVC Remote Storage dvc pull (success is expected)
  • [ ] update 'file.txt' (version 2) and push it to remote storage
  • [ ] switch btw Git branches and 'file.txt' versions

mnrozhkov avatar Nov 04 '21 09:11 mnrozhkov