In a complex project workflow, a __________ Git hook can enforce commit message standards.

  • Pre-commit
  • Post-commit
  • Pre-push
  • Post-merge
In a complex project, a "Pre-commit" Git hook can be set up to enforce commit message standards before the actual commit is made. This ensures consistency in commit messages and helps maintain a clean commit history.
Add your answer
Loading...

Leave a comment

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