forked from gotgit/gotgithub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path030-explore-github.html
More file actions
186 lines (172 loc) · 9.69 KB
/
030-explore-github.html
File metadata and controls
186 lines (172 loc) · 9.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>1.3. 探索GitHub — GotGitHub</title>
<link rel="stylesheet" href="../static/sphinxdoc.css" type="text/css" />
<link rel="stylesheet" href="../static/pygments.css" type="text/css" />
<link rel="stylesheet" href="/stylesheets/master.css" type="text/css" />
<link rel="stylesheet" href="/stylesheets/syntax.css" type="text/css" />
<link rel="stylesheet" href="../static/worldhello.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.9',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../static/jquery.js"></script>
<script type="text/javascript" src="../static/underscore.js"></script>
<script type="text/javascript" src="../static/doctools.js"></script>
<script type="text/javascript" src="../static/translations.js"></script>
<link rel="top" title="GotGitHub" href="../index.html" />
<link rel="up" title="1. 探索GitHub" href="index.html" />
<link rel="next" title="2. 加入GitHub" href="../02-join-github/index.html" />
<link rel="prev" title="1.2. GitHub亮点" href="020-github-hightlights.html" />
</head>
<body>
<div id='header'>
<h1><a href='/'>World Hello</a></h1>
<div id='menu'>
<ul>
<li><a href='/' id='home-link' title='Home'>首页</a></li>
<li><a href='/blog.html' id='blog-link' title='Blog'>博客</a></li>
<li><a href='/doc/' id='docs-link' title='Docs'>文章</a></li>
<li><a href='/about.html' id='about-link' title='About'>关于</a></li>
<li><a href='http://github.com/gotgit' target='_blank' title='GitHub' rel='me' id='github-link'>GitHub</a></li>
<li><a href='http://weibo.com/gotgit' title='微博' target='_blank' id='weibo-link'>微博</a></li>
</ul>
</div>
</div>
<div class="related">
<h3>导航</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="总目录"
accesskey="I">索引</a></li>
<li class="right" >
<a href="../02-join-github/index.html" title="2. 加入GitHub"
accesskey="N">下一页</a> |</li>
<li class="right" >
<a href="020-github-hightlights.html" title="1.2. GitHub亮点"
accesskey="P">上一页</a> |</li>
<li><a href="../index.html">GotGitHub</a> »</li>
<li><a href="index.html" accesskey="U">1. 探索GitHub</a> »</li>
</ul>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h4>上一个主题</h4>
<p class="topless"><a href="020-github-hightlights.html"
title="上一章">1.2. GitHub亮点</a></p>
<h4>下一个主题</h4>
<p class="topless"><a href="../02-join-github/index.html"
title="下一章">2. 加入GitHub</a></p>
<h3>本页</h3>
<ul class="this-page-menu">
<li><a href="../sources/01-explore-github/030-explore-github.txt"
rel="nofollow">显示源代码</a></li>
</ul>
<div id="searchbox" style="display: none">
<h3>快速搜索</h3>
<form class="search" action="../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="搜索" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
输入相关的模块,术语,类或者函数名称进行搜索
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="github">
<span id="explore-github"></span><h1>1.3. 探索GitHub<a class="headerlink" href="#github" title="永久链接至标题">¶</a></h1>
<p>打开浏览器,访问网址 <a class="reference external" href="https://github.com/">https://github.com/</a>,来探索GitHub吧。GitHub的首页(图1-5所示)特意给出了Git和GitHub的音标,可能不少国人需要据此校准一下Git的读音<a class="footnote-reference" href="#id3" id="id1">[1]</a>。</p>
<div class="figure">
<a class="reference internal image-reference" href="../images/github-homepage.png"><img alt="../images/github-homepage.png" src="../images/github-homepage.png" /></a>
<p class="caption">图1-5:GitHub的首页</p>
</div>
<p>在首页的右上角是导航条,从左至右分别是:注册和收费方案、探索GitHub、功能、博客和登录。还醒目地显示出不断增长着的注册用户数和托管的版本库数目。</p>
<p>如果想要了解GitHub上哪些项目最热门,进而寻找到好的开源产品,那么可以从导航条中的“Explore GitHub”开始。图1-6显示通过对社交数据的分析得到的托管版本库动态趋势。</p>
<div class="figure">
<a class="reference internal image-reference" href="../images/explore-trends.png"><img alt="../images/explore-trends.png" src="../images/explore-trends.png" /></a>
<p class="caption">图1-6:版本库动态趋势</p>
</div>
<p>还可以根据感兴趣的人数、建立分支的数量、关注程度等寻找热门项目。图1-7显示分支最多的项目是Homebrew —— 一款用ruby开发的苹果Mac OS X通用的非官方包管理软件。考虑到不断攀升的苹果用户数量以及易于上手的ruby语言,这并不奇怪。</p>
<div class="figure">
<a class="reference internal image-reference" href="../images/explore-repositories.png"><img alt="../images/explore-repositories.png" src="../images/explore-repositories.png" /></a>
<p class="caption">图1-7:热门版本库排行</p>
</div>
<p>图1-8显示了托管版本库所用编程语言的动态分布,程序员多掌握几个热门编程语言一定会对找工作有帮助。;-)</p>
<div class="figure">
<a class="reference internal image-reference" href="../images/explore-languages.png"><img alt="../images/explore-languages.png" src="../images/explore-languages.png" /></a>
<p class="caption">图1-8:托管项目的编程语言统计</p>
</div>
<p>GitHub通过屏幕截图等方式介绍了GitHub的常见功能,可以通过点击导航条中的“Features”访问到。如图1-9可以看到在项目管理中,如何利用GitHub提供的团队管理功能、维基、缺陷追踪以及代码审核。</p>
<div class="figure">
<a class="reference internal image-reference" href="../images/features-pm.png"><img alt="../images/features-pm.png" src="../images/features-pm.png" /></a>
<p class="caption">图1-9:GitHub功能介绍</p>
</div>
<p id="blog">博客也是了解GitHub的一个重要的途径,可以获知GitHub的最新动态,如最新改进等。图1-10显示的是GitHub在感恩节推出的促销活动:收费服务免费试用一个月!<a class="footnote-reference" href="#id4" id="id2">[2]</a>如果及时关注博客就不会错过噢。</p>
<div class="figure" id="octocat">
<a class="reference internal image-reference" href="../images/blog.png"><img alt="../images/blog.png" src="../images/blog.png" /></a>
<p class="caption">图1-10:GitHub博客</p>
</div>
<p>图1-10的博客中一个由小章鱼和小猫组合而成的吉祥物,名字叫做Octocat。这个可爱的GitHub吉祥物时不时会出来带给你惊喜。</p>
<p>马上到GitHub上注册,开始GitHub之旅。</p>
<hr class="docutils" />
<table class="docutils footnote" frame="void" id="id3" rules="none">
<colgroup><col class="label" /><col /></colgroup>
<tbody valign="top">
<tr><td class="label"><a class="fn-backref" href="#id1">[1]</a></td><td>《Git权威指南》第1页就提到了两种常见的对Git的读音错误。</td></tr>
</tbody>
</table>
<table class="docutils footnote" frame="void" id="id4" rules="none">
<colgroup><col class="label" /><col /></colgroup>
<tbody valign="top">
<tr><td class="label"><a class="fn-backref" href="#id2">[2]</a></td><td><a class="reference external" href="http://git.io/N9WJ5w">http://git.io/N9WJ5w</a></td></tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>导航</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="总目录"
>索引</a></li>
<li class="right" >
<a href="../02-join-github/index.html" title="2. 加入GitHub"
>下一页</a> |</li>
<li class="right" >
<a href="020-github-hightlights.html" title="1.2. GitHub亮点"
>上一页</a> |</li>
<li><a href="../index.html">GotGitHub</a> »</li>
<li><a href="index.html" >1. 探索GitHub</a> »</li>
</ul>
</div>
<div class="footer">
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="知识共享许可协议" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" /></a>
<br />
全部内容以 <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons 署名-非商业性使用-相同方式共享 3.0 协议发布</a>.
<br />
© Copyright 2011, 蒋鑫。
最后更新于 2012/06/08。
使用 <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2 创建。
</div>
</body>
</html>