Glossary

Pull Request (PR)

A request to merge changes from one **Git** **branch** into another. Serves as a review checkpoint where code changes are discussed, reviewed, and approved. (Ch. 31)

Learn More

Related Terms