DVC with git worktree

Hi all,

I’ve recently started using git worktree to practice parallel development. It comes very handy when I want to work on two branches in the same repo at the same time.

However, I’m came across issue with adding data to DVC on a tree other than the original dir.

I wonder if anyone has experience on this?

Many thanks,
Maggie

Hi Maggie,

I don’t think DVC has been tested with git worktree and I personally don’t have experience on it but it seems interesting.

Can you please share the full list of commands you use and what the issue is so we can try it? It’s hard to give you an answer without these specifics.

Thanks