52ky 发表于 2022-4-11 12:21:24

Git 构建分布式版本控制器教程

版本控制是一种记录对一个或多个文件内容的更改以供将来参考特定版本的修订的系统。 集中式版本控制系统,如 CVS、Subversion 等,有一个集中管理的服务器,保存所有文件的修订版本,一起工作的人通过客户端连接到该服务器以检索最新文件或提交更新。

(Version control is a system that records changes to the contents of one or more documents for future reference to the revision of a specific version. Centralized version control systems, such as CVs and subversion, have a centrally managed server that saves the revision versions of all files. People working together connect to the server through the client to retrieve the latest files or submit updates.)







页: [1]
查看完整版本: Git 构建分布式版本控制器教程