初识 版本控制 git

初识 版本控制 git

  • 什么是版本控制?

    版本控制是一种记录一个或若干文件内容变化,以便将来查阅特定版本修订情况的系统。
    详情参考:关于版本控制

  • 什么是git?

    Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
    Git是一个自由、开源的分布式版本控制系统,可以快速有效地处理从小项目到大项目的一切事物。
    Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows.
    Git具有易于学习、占用空间小、速度快的优点。 它具有便宜的本地分支、方便的分段区域和多个工作流的的功能而远胜于SCM(源码管理)工具比如Subversion,CVS,Perforce和ClearCase。

参考文档:Git

猜你喜欢

转载自blog.csdn.net/wqqgo/article/details/63685358