# 提交更改

创建、修改、比较和排查分支和提交问题，以简化拉取请求中的协作。

## Links

* [Managing branches within your repository](/zh/enterprise-cloud@latest/pull-requests/how-tos/commit-changes/managing-branches-within-your-repository)

  Create new branches for development and delete unused branches directly on GitHub.

* [将更改提交到从 fork 创建的合并请求分支](/zh/enterprise-cloud@latest/pull-requests/how-tos/commit-changes/committing-changes-to-a-pull-request-branch-created-from-a-fork)

  通过获取必要权限并有效使用 Git 命令，将更改提交到从 fork 创建的拉取请求分支。

* [创建包含多个作者的提交或代表某个组织创建提交](/zh/enterprise-cloud@latest/pull-requests/how-tos/commit-changes/creating-a-commit-with-multiple-authors)

  使用提交消息中的尾注，将提交归属给多个作者或组织，以提高协作效率和透明度。

* [更改提交消息](/zh/enterprise-cloud@latest/pull-requests/how-tos/commit-changes/changing-a-commit-message)

  在本地修改含义不清、不正确或敏感的提交消息，并将更新后的提交推送到 GitHub，其中包括编辑最近提交或较早提交的步骤。

* [比较提交](/zh/enterprise-cloud@latest/pull-requests/how-tos/commit-changes/comparing-commits)

  比较分支、标记、提交、分叉和日期，以有效地分析更改并跟踪存储库历史记录。

* [Troubleshooting commits](/zh/enterprise-cloud@latest/pull-requests/how-tos/commit-changes/troubleshooting-commits)

  Resolve common commit issues like incorrect user links, missing local commits, and push protection blocks.