Pull Requests
GitHub PRs
A PR request asks for changes made in a branch to be merged into the main branch.
PRs facilitate collaborative code review.
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 confinue to collaborate
 
Copyright @ 2024 Anne Brown