bad match -- git stores every version in the history forever. Do you really need every revision of a binary file, completely duplicated? big files, more bad
Hm, good point. I suppose you could use [more git commands][1] to enforce a "nothing older than N commits" policy. But now the solution lacks that dead simple allure.
bad match -- git stores every version in the history forever. Do you really need every revision of a binary file, completely duplicated? big files, more bad