In Git, the __________ file can be used to enforce code quality standards across all project contributors.

  • .gitignore
  • .gitattributes
  • .gitconfig
  • .gitkeep
The .gitattributes file is used to enforce code quality standards across all project contributors by specifying attributes for files in the repository. It helps in maintaining consistency and best practices.
Add your answer
Loading...

Leave a comment

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