git has a command for git worktree repair for when you move the master repo directory. Because it has bi-directional links it can repair the derived worktrees. Something similar for hvrt would be good. Ideally the repo DB itself holds these links. That way even an embedded repo can be un-embedded and still fix all the worktrees, even the worktree it was initially embedded inside.
git has a command for
git worktree repairfor when you move the master repo directory. Because it has bi-directional links it can repair the derived worktrees. Something similar for hvrt would be good. Ideally the repo DB itself holds these links. That way even an embedded repo can be un-embedded and still fix all the worktrees, even the worktree it was initially embedded inside.