Is git good with binary files?
If I have a lot of uncompressed files being modified, and many compressed files never (or almost never) modified, would git handle it well? For example, if I insert or remove the middle and insert data near the end it will notice it as it does with text?
If git isn't good with binary files, what tool might I consider?