CARVIEW |
Select Language
HTTP/2 301
access-control-allow-origin: *
content-security-policy: default-src 'none';prefetch-src 'self';connect-src 'self';font-src 'self' data:;img-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com data: placehold.it;object-src 'self';script-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' data: 'unsafe-inline';script-src-attr 'self';frame-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com https://support.github.com https://www.youtube-nocookie.com;frame-ancestors 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com;style-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' 'unsafe-inline' data:;child-src 'self';manifest-src 'self';upgrade-insecure-requests;base-uri 'self';form-action 'self'
cross-origin-opener-policy: same-origin
cross-origin-resource-policy: same-origin
origin-agent-cluster: ?1
referrer-policy: no-referrer-when-downgrade
x-content-type-options: nosniff
x-dns-prefetch-control: off
x-download-options: noopen
x-frame-options: SAMEORIGIN
x-permitted-cross-domain-policies: none
x-xss-protection: 0
cache-control: public, max-age=60
location: /ja/pull-requests/collaborating-with-pull-requests
content-type: text/plain; charset=utf-8
x-github-backend: Kubernetes
x-github-request-id: D763:248FCE:BC0FAA:11934E4:68EA7609
accept-ranges: bytes
age: 0
date: Sat, 11 Oct 2025 15:21:46 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210092-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760196105.184206,VS0,VE1330
vary: Accept
strict-transport-security: max-age=31557600
content-length: 84
HTTP/2 200
access-control-allow-origin: *
content-security-policy: default-src 'none';prefetch-src 'self';connect-src 'self';font-src 'self' data:;img-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com data: placehold.it;object-src 'self';script-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' data: 'unsafe-inline';script-src-attr 'self';frame-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com https://support.github.com https://www.youtube-nocookie.com;frame-ancestors 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com;style-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' 'unsafe-inline' data:;child-src 'self';manifest-src 'self';upgrade-insecure-requests;base-uri 'self';form-action 'self'
cross-origin-opener-policy: same-origin
cross-origin-resource-policy: same-origin
origin-agent-cluster: ?1
referrer-policy: no-referrer-when-downgrade
x-content-type-options: nosniff
x-dns-prefetch-control: off
x-download-options: noopen
x-frame-options: SAMEORIGIN
x-permitted-cross-domain-policies: none
x-xss-protection: 0
cache-control: public, max-age=60
x-powered-by: Next.js
content-type: text/html; charset=utf-8
x-github-backend: Kubernetes
x-github-request-id: 1B1C:3956D8:C61371:122F81D:68EA760A
content-encoding: gzip
accept-ranges: bytes
age: 1
date: Sat, 11 Oct 2025 15:21:48 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210092-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760196107.527157,VS0,VE2417
vary: Accept-Encoding
strict-transport-security: max-age=31557600
content-length: 20362
pull request を使った共同作業 - GitHub Docs
Skip to main content
GitHub Docs
検索する、または Copilot に質問する
Select language: current language is Japanese
検索する、または Copilot に質問する
メニューを開く
Open Sidebar
pull request を使った共同作業
イシューで変更を追跡して話し合ってから、pull request で変更を提案してレビューします。
作業の開始
GitHub フローと、プロジェクトのさまざまなコラボレーションおよびディスカッションの方法について学びます。
フォークを使って作業する
フォークは、GitHub のオープンソース開発でよく使われます。
コード品質保証機能を使ってリポジトリでコラボレーションする
状態、保護されたブランチ、必須の状態チェックなどのワークフローの品質保証機能は、コラボレーターが組織やリポジトリの管理者が設定した条件に合うようにコントリビューションを行うために役立ちます。
pull request を使用して作業に対する変更を提案する
トピックブランチまたはフォークに変更を加えた後で、それらをプロジェクトにマージする前に、プルリクエストをオープンしてコラボレーターまたはリポジトリ管理者に変更のレビューを依頼することができます。
マージ競合への対処
あなたの変更とベースブランチとの間にマージコンフリクトが発生している場合、プルリクエストの変更をマージする前にマージコンフリクトに対処しなければなりません。
pull request での変更をレビューする
Pull Request が公開された後に、提案された一連の変更をレビューしたり議論したりできます。
pull request から変更を取り込む
GitHub での作業に対する変更は、pull request を通じて提案できます。 プルリクエストを作成、管理、マージする方法を学びましょう。