Skip to main content

フォークを操作する

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

リポジトリをフォークする

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

フォーク用のリモート リポジトリの構成

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

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

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

フォークを解除

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