推奨
記事
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.
Branches
Use branches in GitHub to isolate development work, manage default branches, and collaborate effectively using pull requests and branch protections.
Changing the base branch of a pull request
Modify the base branch of an open pull request to compare changes against a different branch and ensure accurate updates.
Creating a pull request from a fork
Create a pull request from a fork to propose changes to an upstream repository and collaborate on code effectively.
Managing branches within your repository
Create new branches for development and delete unused branches directly on GitHub.
Merging a pull request
Merge pull requests into the upstream branch, choose merge methods, and meet repository requirements like reviews or status checks.
Pre-receive フックを利用する
GitHub Enterprise Server で pre-receive フックを使用して、リポジトリ ポリシーを適用し、シークレットの混入や無効なコミットなどの問題を防ぎます。
Pull Request
pull request を使用してコードの変更を提案、レビュー、マージし、効果的に共同作業を行い、コードの品質を維持します。
pull request とマージ キューのマージ
GitHubのマージ キューを使用して、プル要求のマージを効率化し、必要なチェックが成功することを確認し、キュー操作を効果的に管理します。