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
Post a Comment