A development team is implementing a code quality tool into their Git workflow. They need to automatically reject commits that don't meet the quality standards. Which Git feature should they leverage?

  • Git Hooks
  • Git Stash
  • Git Bisect
  • Git Reflog
Git Hooks are scripts triggered by Git events, allowing the team to enforce code quality standards by rejecting commits that don't meet criteria.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *