Pull Requests
GitHub PRs
Description
- PRs facilitate collaborative code review.
 - Asks for changes made in a branch to be merged into the main branch.
 
Usage
- Create New Branch
Github Desktop >Branch>New Branch>collab-branch - Push New Branch
git push origin collab-branch
or
GitHub Desktop >Publish branch
New branch is displayed at top of repo dashboard - Modify and Commit to new branch
 - Review and collaborate
 - Merge PR into main branch.
 - GitHub.com > Pull requests > Collab branch > Merge pull request
 - Delete PR or continue to collaborate
 
Copyright @ 2025 Anne Brown