8.3: GitHub Pull Request
Last updated
Last updated
A GitHub "" (PR) is a request to pull changes from 1 repo on GitHub to another. PRs are most commonly used as a code-review mechanism, where developers submit PRs for review before merging the code in those PRs to their company's shared repo. We will use PRs in Coding Fundamentals to submit projects.