| ... | ... | @@ -54,7 +54,7 @@ Issue 是通过想法和计划进行协工作的基本要素。 [创建](#创建 |
|
|
|
如果 Issue 与 合并请求位于不同的代码仓库中,则需要提供完整的 Issue URL地址:
|
|
|
|
|
|
|
|
```markdown
|
|
|
|
Closes #4, #6, and https://codechina.csdn.net/<username>/<projectname>/issues/<xxx>
|
|
|
|
Closes #4, #6, and https://gitcode.net/<username>/<projectname>/issues/<xxx>
|
|
|
|
```
|
|
|
|
|
|
|
|
#### 默认关闭表达式[](#default-closing-pattern "Permalink")
|
| ... | ... | @@ -84,7 +84,7 @@ Awesome commit message |
|
|
|
|
|
|
|
Fix #20, Fixes #21 and Closes group/otherproject#22.
|
|
|
|
This commit is also related to #17 and fixes #18, #19
|
|
|
|
and https://codechina.csdn.net/group/otherproject/issues/23.
|
|
|
|
and https://gitcode.net/group/otherproject/issues/23.
|
|
|
|
```
|
|
|
|
将在提交被推送到的项目中关闭`#18` , `#19` , `#20`和`#21` ,以及`group/otherproject`项目中`#22`和`#23`,`#17`将不会关闭,因为它与关闭模式不匹配,当从命令行与`git commit -m`一起使用时,它可以处理多行/多行提交消息。
|
|
|
|
|
| ... | ... | |