Branch Protection

A feature that helps secure code by enforcing rules on git branches. The rules define whether collaborators can delete or force push to the branch and set requirements for any pushes to the branch, such as passing status checks or a linear commit history.

Last modified December 23, 2024: Add 10 more terms (5ceffac)