Is git worth for managing many files bigger than 500MB
问题 I would put under version control a big amount of data, i.e. a directory structure (with depth<=5) with hundreds files with size about 500Mb). The things I need is a system that help me: - to detect if an files has been changed - to detect if files were added/removed - to clone the entire repository in another location - to store a "checkpoint" and restore it later I don't need sha1 for change detect, something faster is acceptable. Is git worth for this? There is a better alternative? 回答1: