GitHub 与 Git 的区别
- [1. GitHub](#1. GitHub)
- [2. Git](#2. Git)
- References
GitHub 与 Git 是完全不同的两个东西。
在 Git 中,开发者将源代码存入名叫 "Git 仓库" 的资料库中并加以使用。而 GitHub 则是在网络上提供 Git 仓库的一项服务。
GitHub 上公开的软件源代码全都由 Git 进行管理。理解 Git,是熟练运用 GitHub 的关键所在。GitHub 除提供 Git 仓库的托管服务外,还为开发者或团队提供了一系列功能,帮助其高效率、高品质地进行代码编写。
1. GitHub
Let's build from here
GitHub 是一个面向开源及私有软件项目的托管平台,因为只支持 Git 作为唯一的版本库格式进行托管,故名 GitHub。
2. 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.
References
[1] Yongqiang Cheng, https://yongqiang.blog.csdn.net/
[2] (日) 大塚弘记 著, 支鹏浩, 刘斌 译. GitHub 入门与实践[M]. 北京:人民邮电出版社, 2015. 1-255