Github提交消息链接

是否有可能创build一个提交消息链接到其他库提交?

例如。 像[Username\Repo\commitHash]

用法示例: 如果在一些框架的提交中会发生一些bc中断,我想在我自己的提交中链接到这个非常提交,更新使用此框架的代码。

我正在寻找这样的东西。 发现它:

https://help.github.com/articles/autolinked-references-and-urls/#commit-shas

 <<username>>/<<repo>>@<<commitHash>> 

当然没有尖括号:)

我不认为有什么阻止你把这样的东西:

http://github.com/pkrumins/lulzbot/commit/4c1b1ea95b379805e3b595b511a89affc6811145

在你的提交信息中。 虽然这不直接链接到提交的git对象的版本…它导致页面显示提交。

格式是github.com/User/Repo/commit/hashtag