How does Git save space and is fast at the same time?
问题 I just saw the first Git tutorial at http://blip.tv/play/Aeu2CAI. How does Git store all the versions of all the files, and how can it still be more economical in space than Subversion which saves only the latest version of the code? I know this can be done using compression, but that would be at the cost of speed, but this also says that Git is much faster (though where it gains the maximum is the fact that most of its operations are offline). So, my guess is that Git compresses data