From 84c8aa56b7e6a5efc3210be8689542a5634ff0ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E5=9F=BA=E7=B1=B3=E4=B8=9C?= <870179822@qq.com> Date: Tue, 3 Nov 2020 14:35:23 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E7=AC=AC=E4=B8=80=E9=83=A8=E5=88=86?= =?UTF-8?q?=E2=80=94=E2=80=94=E5=88=9D=E8=AF=86=E5=BC=80=E6=BA=90/?= =?UTF-8?q?=E4=BB=80=E4=B9=88=E6=98=AF=E5=BC=80=E6=BA=90.md=20=E8=A1=A5?= =?UTF-8?q?=E5=85=85=E5=8F=82=E8=80=83=E8=B5=84=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\271\210\346\230\257\345\274\200\346\272\220.md" | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git "a/\347\254\254\344\270\200\351\203\250\345\210\206\342\200\224\342\200\224\345\210\235\350\257\206\345\274\200\346\272\220/\344\273\200\344\271\210\346\230\257\345\274\200\346\272\220.md" "b/\347\254\254\344\270\200\351\203\250\345\210\206\342\200\224\342\200\224\345\210\235\350\257\206\345\274\200\346\272\220/\344\273\200\344\271\210\346\230\257\345\274\200\346\272\220.md" index 046d857..e8d5e6e 100644 --- "a/\347\254\254\344\270\200\351\203\250\345\210\206\342\200\224\342\200\224\345\210\235\350\257\206\345\274\200\346\272\220/\344\273\200\344\271\210\346\230\257\345\274\200\346\272\220.md" +++ "b/\347\254\254\344\270\200\351\203\250\345\210\206\342\200\224\342\200\224\345\210\235\350\257\206\345\274\200\346\272\220/\344\273\200\344\271\210\346\230\257\345\274\200\346\272\220.md" @@ -95,3 +95,16 @@ 初学者容易混淆 Git 和代码托管平台的概念。Git 是版本控制系统,开发者可以将源代码存入名为“Git 仓库”的资料库中加以使用。而代码托管平台,比如 [GitHub](https://github.com/)、[GitLab](https://about.gitlab.com/)、[bitbucket](https://bitbucket.org/)、[Gitee](https://gitee.com/) 等,则是基于 Git 的代码托管平台,通过网络为用户提供 Git 仓库托管服务。在此基础之上,代码托管平台还提供了许多协作功能,将版本管理、Bug 跟踪、代码审查、邮件列表、IRC 等众多功能组合在一起,以实现更高效的协同开发。 总的来说,Git 和代码托管平台有关联,但又有许多不同的地方。关于 Git 和代码托管平台的操作,将在后续章节展开描述。 + + +### 参考资料 + +- [The Open Source Definition](https://opensource.org/osd) +- [Open Source Summit Trip Report](https://linuxgazette.net/issue28/rossum.html) by Guido van Rossum +- [Why Open Source misses the point of Free Software](https://www.gnu.org/philosophy/open-source-misses-the-point.en.html) by Richard Stallman +- 《大教堂与集市》Eric S·Raymond,卫剑钒(译) +- 《若为自由故》Sam Williams,邓楠 / 李凡希(译) +- 《只是为了好玩》Linus Torvalds / David Diamond +- 《黑客与画家》Paul Graham,阮一峰(译) +- 《Git 权威指南》蒋鑫 +- 《GitHub 入门与实践》大塚弘记,支鹏浩 / 刘斌(译) -- Gitee