Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在追踪我的代码库中的一个问题,git bisect但我忘了在最后做一个reset。我现在在另一个分支,在我的工作中。如果我现在这样做会怎样?我需要等到我完成这个分支吗?
git bisect
reset
这就像在HEAD最后添加(或任何其他提交)一样简单,以避免回到二分之前的提交:
HEAD
git bisect reset HEAD