|
|
|
|
|
by remram
557 days ago
|
|
But you don't know in advance whether a given version has the bug, that's kind of the reason for bisecting. Or do you mean you have 3 versions side-by-side: the last-known-bad, last-known-good, next-unknown-to-test? FYI git has "worktrees": https://git-scm.com/docs/git-worktree |
|