GitHub's security feature that protects against unauthorized changes to a repository is called __________.
- Code Scanning
- Branch Protection
- Two-Factor Authentication
- Security Advisories
GitHub's "Branch Protection" feature helps protect against unauthorized changes to a repository by specifying rules for branches. This includes settings such as requiring pull request reviews, status checks, and restrictions on who can push to a branch.
Loading...
Related Quiz
- To delete a tag in Git, use the command git tag -d ________.
- The git _______ command is used to change a commit message that hasn't been pushed yet.
- What is a Git Hook primarily used for?
- How does the 'pre-receive' Git Hook differ from the 'post-receive' Hook?
- How do branch protection rules contribute to repository security?