如何列出包含给定提交的分支?

元气小坏坏 提交于 2020-08-06 11:31:25

问题:

How can I query git to find out which branches contain a given commit? 如何查询git以找出包含给定提交的分支? gitk will usually list the branches, unless there are too many, in which case it just says "many (38)" or something like that. gitk通常会列出分支,除非有太多分支,在这种情况下,它只会显示“许多(38)”或类似内容。 I need to know the full list, or at least whether certain branches contain the commit. 我需要知道完整列表,或者至少要知道某些分支是否包含提交。


解决方案:

参考一: https://stackoom.com/question/5xJ9/如何列出包含给定提交的分支
参考二: https://oldbug.net/q/5xJ9/How-to-list-branches-that-contain-a-given-commit
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!