I hear that git is a really bad idea for saving binary data. The reason behind it ��from what I have read is that git in each commit stores the entire file tree structure and not just the files commited, meaning that if you commit in a directory of 100 mb of data, then you will get 100 mb per commit, will take you only 10 commits for 1 GB. All that assuming that that data is tracked by your git repo (git add).��