集中式(Client/Server架构)
- CVS (Concurrent Versions System) - GPL License
- SVN (Apache Subversion) - Apache License
- TortoiseSVN 是Windows下SVN的客户端,通过图形化的方式集成了一些常用命令,https://tortoisesvn.net/downloads.html
分布式(P2P架构)
- Git - GPL License
Git下载:https://gitforwindows.org/- TortoiseGit是Windows下Git的客户端,通过图形化的方式集成了一些常用命令,https://tortoisegit.org/download/
- Github是部署了Git的公共网站(https://github.com/),私人项目要收费,已经被微软收购
- Gitlab也是是部署了Git的公共网站(https://gitlab.com/)完全免费,且可将gitlab这套网站系统部署于自己的服务器上
- Gerrit代码在上库前的web评审工具
教程
https://blog.csdn.net/yangstarss/article/details/80691775