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.
当分支合并时,我试图找出主干中的修订,但我不确定如何。谢谢您的帮助。
您可以在 github.com 上查看您的存储库的网络图。它将显示所有分支的流程图以及它们是否或何时与正确的修订号合并。
git log --all --decorate --one-line --graph
将允许您在不离开命令行的情况下查看历史记录。