Glossary
less than a minute
Here is a list of terms and idioms used on the site.
- Pull request (PR)
- Pull requests (PRs) are groups of changes to be checked in to a git-based repository.
While working on a git project, you save changes by commiting them to the project.
When you complete a task or set of related changes, you package them into a pull request so they can be merged into the project.