Logo - Open book, behind two sails with text, docs
-tech. annebrown.ca

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

  1. Create New Branch
Github Desktop > `Branch` > `New Branch` > `collab-branch`
  1. Push New Branch
    git push origin collab-branch
```

or

GitHub Desktop > `Publish branch`

New branch is displayed at top of repo dashboard

3. Modify and Commit to new branch
4. Review and collaborate
5. Merge PR into main branch.
6. GitHub.com > Pull requests > Collab branch > Merge pull request
7. Delete PR or continue to collaborate