git核心就是增加了本地仓库
优点
1, SVN down 了 所有 log history都没了。
2, git 分两步提交,先提交到本地仓库,再提交到中央仓库
其他人可以访问别人的仓库,而不是中央仓库
3, 分为不同的提交模式。
dictator -- lieutenant
4, branch merge
5,Server
gitHUB 在互联网上共享,等于完全开源
gitLab 公司内部使用
优点
1, SVN down 了 所有 log history都没了。
2, git 分两步提交,先提交到本地仓库,再提交到中央仓库
其他人可以访问别人的仓库,而不是中央仓库
3, 分为不同的提交模式。
dictator -- lieutenant
4, branch merge
5,Server
gitHUB 在互联网上共享,等于完全开源
gitLab 公司内部使用