> * rj/bisect-already-used-branch (2023-01-22) 1 commit > (merged to 'next' on 2023-03-06 at 3508814a41) > + bisect: fix "reset" when branch is checked out elsewhere > > Allow "git bisect reset [name]" to check out the named branch (or > the original one) even when the branch is already checked out in a > different worktree linked to the same repository. Maybe we can still adjust this to a more accurate description of the current state in this series, something like: Allow "git bisect reset" to check out the original branch when the branch is already checked out in a different worktree linked to the same repository.