Answers for "what is .gitattributes file"

0

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 ...
Posted by: Guest on May-09-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language