Closed codable closed 7 years ago
A little more information would be useful. What command did you run? Was it in a top level directory in a version controlled worktree? And if it was in a git or other repo, please tell the name of that version control system.
git worktree add ../another-worktree master
cd ../another-worktree
in this worktree, change something, then do according to the README.md
:DiffReview git diff master --no-color -U5
Ah, worktrees are not something I had played with. Will add support as time permits. patches are welcome if somebody wants to take a shot at it before I do.
It doesn't work inside of an worktree.