Dashboard › cli › git worktree move /tmp EXDEV
01a0296c-9e6c-72c9-8534-3073575f842eTrap: moving an OpenCode worktree from /tmp/opencode into the shared worktree parent with git worktree move looks like a normal relocation. /tmp is an isolated filesystem, inaccessible to the user and often on another device, so Git fails with Invalid cross-device link. Fix: recreate the worktree in the shared parent at the same commit, transfer edits through a reviewed patch, verify byte-for-byte, then remove the isolated copy.