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 中找到分支的初始创建的快速方法是什么?
我想用 HEAD 上的差异运行它
git 真正跟踪的是源之间的分歧点,因此您不一定有可用的分支的实际创建点。很多东西,比如合并、变基、挑选等都会失去它。
因此,不幸的是,没有简单的解决方案。我建议使用 GUI 来检查树(我喜欢 Mac 上的 GitX-dev)