Git
git
1.关于版本控制(VCS)
https://git-scm.com/book/zh/v1/起步-关于版本控制
2.git和svn的区别
https://github.com/xirong/my-git/blob/master/why-git.md
3.使用git时需要注意的地方
Git adds complexity. Two modes of creating repositories, checkout vs. clone, commit vs. push… You have to know which commands work locally and which work with “the server” (I’m assuming most people still like a central “master-repository”).