我希望在我们的问题中看到提交参考。
如你所知github只允许默认分支(通常是master)看到它们。 我们切换到我们的开发分支作为解决方法,但由于我们开始使用功能分支方法,因此它不再有用。
有什么建议吗? 是否可以在每次推送之前设置默认分支,以便在提交msg中写入时将提交引用到问题中?
UPDATE 我可能对提交错了,我会尽快测试并检查给出的答案。顺便说一下,文档说:
If the commit is in a non-default branch, the issue will remain open and the issue will be referenced with a tooltip.
允许来自非默认分支的“关闭问题#123”的任何方式?