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.
Loading...
Related Quiz
- What are the potential drawbacks of using a centralized workflow in a large, distributed team?
- In secure Git practices, a _______ branch strategy involves using separate branches for development and production.
- To handle complex project structures in Git, large projects often rely on ________ to manage different components.
- A team is working on a large project using Git. They need to ensure that their feature development does not interfere with the stable main branch. What Git feature should they use?
- What is the difference between git clone and git fork?