This commit is contained in:
xieyanker 2020-05-25 11:43:27 +08:00
parent 486d8f5304
commit aba4bd9c8a
1 changed files with 9 additions and 8 deletions

View File

@ -696,14 +696,15 @@ most up-to-date version of that branch.
git commit -m "Your commit message" git commit -m "Your commit message"
``` ```
{{< note >}} {{< note >}}
<!-- <!--
Do not reference a GitHub issue or pull request by ID or URL in the Do not reference a GitHub issue or pull request by ID or URL in the
commit message. If you do, it will cause that issue or pull request to get commit message. If you do, it will cause that issue or pull request to get
a notification every time the commit shows up in a new Git branch. You can a notification every time the commit shows up in a new Git branch. You can
link issues and pull requests together later, in the GitHub UI. link issues and pull requests together later, in the GitHub UI.
-->不要在提交消息中引用 GitHub issue 或 PR(通过 ID 或 URL)。如果您这样做了那么每当提交出现在新的Git 分支中时,就会导致该 issue 或 PR 获得通知。稍后,您可以在 GitHub UI 中链接 issues 并将请求拉到一起。 -->
{{< /note >}} 不要在提交消息中引用 GitHub issue 或 PR(通过 ID 或 URL)。如果您这样做了那么每当提交出现在新的Git 分支中时,就会导致该 issue 或 PR 获得通知。稍后,您可以在 GitHub UI 中链接 issues 并将请求拉到一起。
{{< /note >}}
5. <!-- 5. <!--
Optionally, you can test your change by staging the site locally using the Optionally, you can test your change by staging the site locally using the