Skip to main content

How-tos for pull requests

Create, review, merge, and close pull requests, manage commits, and collaborate effectively.

変更をコミットする

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

pull request の作成

pull request を作成し、ブランチを管理し、同期を維持し、コラボレーション開発のレビューを要求します。

Stacked pull requests 🥞

Use stacked pull requests to break large code changes into a chain of smaller, dependent pull requests you can review and merge independently.

Review pull requests

Review, comment, approve, and manage pull requests effectively to incorporate feedback.

プル リクエストをマージして閉じる

GitHubでプルリクエストのマージ、リバート、クローズを行い、マージ競合を解決し、ステータスチェックを効果的にトラブルシューティングします。

フォークを操作する

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