Git 跟 GitHub 是什么关系?

Git 跟 GitHub 是什么关系?

大概就是「魔兽争霸」与「对战平台」的关系吧。

git是一个版本控制工具
github是一个用git做版本控制的项目托管平台。

git是一个版本管理工具,github是全球最大的同性交友平台。

git是工具软件 github是平台

git版本控制工具,跟vss,svn一样。
github,一个网站,可以下载项目源码。
好像是这样吧。

git和svn都是 版本控制,github 托管平台

github是用git来做版本控制的一个对代码进行版本控制的平台

git是工具,github是网站,他们的关系:github用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 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.

Learn Git in your browser for free with Try Git.

 

 

原文地址:https://www.cnblogs.com/Renyi-Fan/p/8577757.html