what is gitattributes code example
Example: what is .gitattributes file
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 ...