When working on features, I generally git fetch and then start a new worktree based off of origin/main (rather than main). This means that when I try to look at diffs in crit, it diffs against the local main, which hasn't been fast-forwarded and shows all the remote commits as part of the diff.
Would it be possible to add an option to diff vs origin/main as well? Alternatively, adding the option to choose specific commits to diff would also work as a work-around.
When working on features, I generally
git fetchand then start a new worktree based off oforigin/main(rather thanmain). This means that when I try to look at diffs in crit, it diffs against the localmain, which hasn't been fast-forwarded and shows all the remote commits as part of the diff.Would it be possible to add an option to diff vs
origin/mainas well? Alternatively, adding the option to choose specific commits to diff would also work as a work-around.