Efficient storage of binary files in a git repository -


I have a git repository, which mainly consists of binary files

I change, add and remove The files need to be tracked on the repository, but I do not want to own the contents of the files for GIT

Words in the other, I just need git to keep track of changes (change log), but not content.

Is it even possible to git?

Do I have anything else to do?

GIT is a content tracker, so if you do not want to track the content then it seems There is a wrong tool for a job though I'm not sure how to track changes in files without having to monitor your content.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -