自学内容网 自学内容网

GitHub 与 Git 的区别

GitHub 与 Git 的区别

GitHub 与 Git 是完全不同的两个东西。

在 Git 中,开发者将源代码存入名叫 “Git 仓库” 的资料库中并加以使用。而 GitHub 则是在网络上提供 Git 仓库的一项服务。

GitHub 上公开的软件源代码全都由 Git 进行管理。理解 Git,是熟练运用 GitHub 的关键所在。GitHub 除提供 Git 仓库的托管服务外,还为开发者或团队提供了一系列功能,帮助其高效率、高品质地进行代码编写。

1. GitHub

https://github.com/

Let’s build from here

GitHub 是一个面向开源及私有软件项目的托管平台,因为只支持 Git 作为唯一的版本库格式进行托管,故名 GitHub。

2. Git

https://git-scm.com/

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.

References

[1] Yongqiang Cheng, https://yongqiang.blog.csdn.net/
[2] (日) 大塚弘记 著, 支鹏浩, 刘斌 译. GitHub 入门与实践[M]. 北京:人民邮电出版社, 2015. 1-255


原文地址:https://blog.csdn.net/chengyq116/article/details/137652968

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!