Git学习笔记Chapter 0. The history of version control systems Local Version Control Systems downsides: It is easy to forget which directory you’re in and accidentally write to the wrong file or copy over files you don’t mean to. Centralized Version Control Systems downsides: the single point of failure that the centralized server represents if the hard disk the central database is on becomes corrupted, and proper backups haven’t been kept, you lose absolutely everything (Local VCSs suffer from...