I thought SU was a good place to ask this but i was suggested to try SO
Is git good with binary? say if i have a lot of uncompressed files being modified and many compressed files never (or almost never) modified would git handle it well? like, if i insert or remove the middle and insert data near the end it will notice it as it does with text?
If git isnt good with binary what tool might i consider?