A team working on a project hosted on GitHub wants to ensure code style consistency. Which feature should they implement?

  • Git Hooks
  • Git Submodules
  • Git LFS
  • Git Tags
To ensure code style consistency in a project hosted on GitHub, the team should implement Git Hooks. Git Hooks allow developers to run custom scripts before or after certain Git events, enabling them to enforce coding standards and other practices.
Add your answer
Loading...

Leave a comment

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