假如不用这种关闭,怎么在issue里链接 到commit?
类似这种都有什么好玩的玩意呢?
哪里有这种小技巧的介绍或文档呢?
类似这种都有什么好玩的玩意呢?
哪里有这种小技巧的介绍或文档呢?
1
myrual Feb 12, 2012
似乎这是一个惯例,redmine里面也可以用这种方式来关闭issue。
|
2
techzhou Feb 12, 2012
github主页上见过 tips 貌似还有close
|
3
Andor_Chen Feb 12, 2012
commit 中可包含的关键词:close, closes, closed, fixes, fixed
可以通过这样的格式来关闭 issue:closed by commit [sha1] 详情:https://github.com/features/projects/issues |
4
yangg OP @Andor_Chen Many thanks
|