Related questions
Managing large binary files with Git
I am looking for opinions of how to handle large binary files on which my source code (web application) is dependent. We are currently discussing several alternatives:
Copy the binary files by hand.
Pro: Not sure.
Contra: I am strongly …
How does Git deal with binary files?
Do I have to do something to tell Git whether some files are binary (like in Subversion)? Or, can Git handle binary data automatically?
If I change the binary file, so that I have 100 binary revisions, will git just store …
Locking binary files using git version control system
For one and a half years, I have been keeping my eyes on the git community in hopes of making the switch away from SVN. One particular issue holding me back is the inability to lock binary files. Throughout the …