我们经常发布文档更新,此页面的翻译可能仍在进行中。有关最新信息,请访问英文文档。如果此页面上的翻译有问题,请告诉我们
文章版本: Enterprise Server 2.14

此版本的 GitHub Enterprise 将停止服务 此版本的 GitHub Enterprise 已停止服务 2019-07-12. 即使出现严重安全问题,也不会发布补丁。要获得更好的性能、更高的安全性和全新功能,请升级到 GitHub Enterprise 的最新版本。 要获取有关升级的帮助,请联系 GitHub Enterprise 支持部门

创建有多个作者的提交

通过在提交消息中添加一个或多个 Co-authored-by 尾行,可将提交归属于多个作者。 合作提交在 GitHub Enterprise 上可见,并且可包含在个人资料贡献图和仓库统计信息中。

必需的合作作者信息

向提交添加合作作者之前,您必须知道用于每个合作作者的适当电子邮件地址。 对于计为贡献的合作作者提交,必须使用与其 GitHub Enterprise 帐户相关联的电子邮件地址。

Creating co-authored commits using GitHub Desktop

You can use GitHub Desktop to create a commit with a co-author. For more information, see "Write a commit message and push your changes" and GitHub Desktop.

Add a co-author to the commit message

Creating co-authored commits on the command line

  1. 收集每位合作作者的姓名和电子邮件地址。

  2. 键入提交消息以及对更改的简短、有意义说明。键入提交说明后,添加两个空行而不是结束引号。

    $ git commit -m "Refactor usability tests.
    >
    >

提示:如果您在命令行中使用文本编辑器键入提交消息,请确保提交说明的末尾与 Co-authored-by: 提交结尾之间有两行。

  1. 在提交消息的下一行,根据每个合作作者的特定信息键入 Co-authored-by: name <name@example.com>。 在合作作者的信息后面,添加一个右引号。

    如果要添加多个合作作者,请为每个合作作者键入一个 `Co-authored-by:` 提交尾行。
    
    $ git commit -m "Refactor usability tests.
    >
    >
    Co-authored-by: name <name@example.com>
    Co-authored-by: another-name <another-name@example.com>"

在下次推送时,新的提交和消息将显示在 您的 GitHub Enterprise Server 实例 上。 更多信息请参阅“推送到远程仓库”。

Creating co-authored commits on GitHub Enterprise

After you've made changes in a file using the web editor on GitHub Enterprise, you can create a co-authored commit by adding a Co-authored-by: trailer to the commit's message.

  1. 收集每位合作作者的姓名和电子邮件地址。

  2. 合作进行更改后,在页面底部键入简短、有意义的提交消息,以描述你们所做的更改。

    有关更改的提交消息

  3. 在提交消息下方的文本框中,根据每个合作作者的特定信息添加 Co-authored-by: name <name@example.com>。 如果要添加多个合作作者,请为每个合作作者键入一个 Co-authored-by: 提交尾行。

    第二个提交消息文本框中的提交消息合作作者尾行示例

  4. 单击 Commit changes(提交更改)Propose changes(提议更改)

The new commit and message will appear on 您的 GitHub Enterprise Server 实例.

延伸阅读

问问别人

找不到要找的内容?

联系我们