# 変更をコミットする

ブランチとコミットの作成、変更、比較、トラブルシューティングを行い、pull request でのコラボレーションを効率化します。

## Links

* [Managing branches within your repository](/ja/enterprise-server@3.17/pull-requests/how-tos/commit-changes/managing-branches-within-your-repository)

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

* [フォークから作成されたプルリクエストのブランチへの変更をコミットする](/ja/enterprise-server@3.17/pull-requests/how-tos/commit-changes/committing-changes-to-a-pull-request-branch-created-from-a-fork)

  必要なアクセス許可を取得し、Git コマンドを効果的に使用して、フォークから作成された pull request ブランチに変更をコミットします。

* [複数の作成者または組織に代わってコミットを作成する](/ja/enterprise-server@3.17/pull-requests/how-tos/commit-changes/creating-a-commit-with-multiple-authors)

  コラボレーションと透明性を向上させるために、コミットメッセージ内のトレーラーを使用して、コミットの作成者として複数の作成者や組織を記録します。

* [コミットメッセージの変更](/ja/enterprise-server@3.17/pull-requests/how-tos/commit-changes/changing-a-commit-message)

  不明、正しくない、または機密性の高いコミット メッセージをローカルで修正し、更新されたコミットを GitHubにプッシュします (最近または古いコミットを編集する手順を含む)。

* [コミットを比較する](/ja/enterprise-server@3.17/pull-requests/how-tos/commit-changes/comparing-commits)

  ブランチ、タグ、コミット、フォーク、日付を比較して、変更を分析し、リポジトリ履歴を効果的に追跡します。

* [Troubleshooting commits](/ja/enterprise-server@3.17/pull-requests/how-tos/commit-changes/troubleshooting-commits)

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