Let’s say I’m on a branch branch, have done some work, and now want to merge this branch into main.
All changes have been commited and pushed. There are no conflicts.
git checkout main
What should I do here? dvc checkout?
Now I merge the branch.
git merge branch
What should I do here? dvc checkout again?
I’m getting errors asking if my cache is up to date, and linking to the docs, which unfortunately do not include that error text. I also haven’t found a definitive guide for a scenario like the above for merging branches.
Error text:
Project on main [!] via 🅒 ng
❯ dvc checkout
M data/
ERROR: Checkout failed for following targets:
raw
Is your cache up to date?
<https://error.dvc.org/missing-files>
Thanks