# フォークを操作する

リポジトリをフォークし、変更を同期し、フォークを使用してプルリクエストブランチを効果的に管理します。

## Links

* [リポジトリをフォークする](/ja/enterprise-server@3.17/pull-requests/how-tos/work-with-forks/fork-a-repo)

  GitHub上のリポジトリをフォークして、変更の提案、プロジェクトでの共同作業、コードベースの独自のコピーの管理を行います。

* [フォーク用のリモート リポジトリの構成](/ja/enterprise-server@3.17/pull-requests/how-tos/work-with-forks/configuring-a-remote-repository-for-a-fork)

  フォークと元のリポジトリの間の変更を同期するために、Git のアップストリーム リポジトリを指すリモート を設定します。

* [Syncing a fork](/ja/enterprise-server@3.17/pull-requests/how-tos/work-with-forks/syncing-a-fork)

  Sync a forked repository with its upstream repository using the web interface, GitHub CLI, or command line.

* [Allowing changes to a pull request branch created from a fork](/ja/enterprise-server@3.17/pull-requests/how-tos/work-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork)

  Enable collaboration by allowing repository maintainers to commit changes to pull request branches created from forks in your personal account.

* [フォークを解除](/ja/enterprise-server@3.17/pull-requests/how-tos/work-with-forks/detaching-a-fork)

  フォーク ネットワークからリポジトリを切断するには、ネットワークを離れるか、手動の手順でスタンドアロン リポジトリを作成します。