📜  什么是 .gitattributes 文件 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:31.858000             🧑  作者: Mango

代码示例1
The .gitattributes file allows you to specify the files and paths attributes 
that should be used by git when performing git actions, such as git commit, etc.

$ pattern attr1 attr2 ...