For distributed teams, setting up git _______ is essential for automating code review and integration processes.

  • hooks
  • plugins
  • workflows
  • extensions
The correct option is 'hooks.' Git hooks are scripts that can be triggered at various points in the Git workflow, allowing developers to automate processes such as code review and integration. By setting up Git hooks, distributed teams can enhance their collaboration and streamline their development practices.
Add your answer
Loading...

Leave a comment

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