jedbrown / git-fat

Simple way to handle fat files without committing them to git, supports synchronization using rsync
BSD 2-Clause "Simplified" License
620 stars 136 forks source link

Where should `.gitattributes` be put? #59

Closed pengyu closed 9 years ago

pengyu commented 9 years ago

The README says the following.

Edit .gitattributes to regard any desired extensions as fat files.

However, it is not clear where this .gitattributes should be put. Is it the git repository on which I want to use git-fat? Or it is in my home directory. Can somebody update the README to make it clear? Thanks.

HalfVoxel commented 9 years ago

Hi

.gitattributes can be placed in two places. However usually it is just put in the root of the repository. See http://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes

HalfVoxel commented 9 years ago

Created pull #60