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-flow 来管理源代码。有时,我们想检查哪些分支尚未合并开发。使用sourcetree,在提交图上查找似乎头晕!有没有其他办法呢?
可以使用以下 git 命令查找所有未合并到开发中的分支
git branch --no-merged develop