Keyboard shortcuts

Press ← or → to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Pull Request (PR)

A Pull Request is a feature of version control systems, VCS, that allows a developer to propose changes to a codebase.

It’s the standard way teams collaborate on GitHub, GitLab, Bitbucket, etc.

The Pull Request is submitted by the author of the changes, and then, reviewed, commented, amended and augmented until it is validated. At that point, it is merged with the code base.

A Pull Request may be built on a dedicated branch, and over several commits.

Documentation

See Also