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.
如何查看 Kallithea (RhodeCode fork) 中哪个分支包含变更集?
我们使用 git,变更集的 URL 如下所示:
https://source/repos/my-git-repo/changeset/da2c946d929b5adb2b12c23a50205009802bde54
AFAIK,您可以使用命令行执行此操作:
git branch -r --contains <commit>
您应该能够使用 Web 界面在变更集页面的右上角看到相应的分支。