我在GitHub上有一个远程存储库,通常使用包含"Fixes","Closes"等术语的提交来解决几个问题.例如:
git commit file -m "Fixes #123 closes #123 lorem ipsum" git push origin mybranch
但是,最近这些提交尚未解决问题.我必须在GitHub上手动关闭它们.
提交有什么问题吗?
最好的,并提前感谢任何帮助