标签: git
大量分支使提交历史记录有点难以理解。
提交的最佳程序是什么,以便查看git commit history最能说明开发过程?
答案 0 :(得分:0)
请尝试git log --first-parent。 您可以查看this page了解更多详情。
git log --first-parent
答案 1 :(得分:0)
在我看来,为了让历史清晰易懂,“改变”是件好事。以下是有关rebase如何工作的更多信息。
git rebase basics