mirror of
https://github.com/phodal/github
synced 2026-05-22 16:48:40 +00:00
[DONE] add imageS
This commit is contained in:
parent
6c177cddfb
commit
df0a1c00d7
5 changed files with 43 additions and 17 deletions
|
|
@ -11,6 +11,15 @@
|
|||
挑选好 LICENSE
|
||||
---
|
||||
|
||||

|
||||
|
||||
### GPL
|
||||
|
||||
### BSD
|
||||
|
||||
### MIT
|
||||
|
||||
### Creative Common
|
||||
|
||||
官方主页
|
||||
---
|
||||
|
|
@ -18,6 +27,4 @@
|
|||
一个好的例子是 GitHub Pages
|
||||
|
||||
|
||||
|
||||
|
||||
然后,创建
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ Git 命令行增强
|
|||
|
||||
### [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy)
|
||||
|
||||

|
||||

|
||||
|
||||
### [git-extras](https://github.com/tj/git-extras)
|
||||
|
||||
|
|
@ -65,11 +65,11 @@ Git、GitHub桌面增强
|
|||
|
||||
gitflow 分支合并、查看
|
||||
|
||||

|
||||

|
||||
|
||||
### GitHub Desktop
|
||||
|
||||

|
||||

|
||||
|
||||
Git 娱乐
|
||||
---
|
||||
|
|
@ -131,4 +131,4 @@ Set up your git name and email, this is important so that your commits can be id
|
|||
|
||||
### Gource
|
||||
|
||||

|
||||

|
||||
|
|
|
|||
|
|
@ -93,6 +93,15 @@
|
|||
挑选好 LICENSE
|
||||
---
|
||||
|
||||

|
||||
|
||||
### GPL
|
||||
|
||||
### BSD
|
||||
|
||||
### MIT
|
||||
|
||||
### Creative Common
|
||||
|
||||
官方主页
|
||||
---
|
||||
|
|
@ -100,8 +109,6 @@
|
|||
一个好的例子是 GitHub Pages
|
||||
|
||||
|
||||
|
||||
|
||||
然后,创建
|
||||
|
||||
# Git基本知识与GitHub使用
|
||||
|
|
@ -1901,7 +1908,7 @@ Git 命令行增强
|
|||
|
||||
### [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy)
|
||||
|
||||

|
||||

|
||||
|
||||
### [git-extras](https://github.com/tj/git-extras)
|
||||
|
||||
|
|
@ -1954,11 +1961,11 @@ Git、GitHub桌面增强
|
|||
|
||||
gitflow 分支合并、查看
|
||||
|
||||

|
||||

|
||||
|
||||
### GitHub Desktop
|
||||
|
||||

|
||||

|
||||
|
||||
Git 娱乐
|
||||
---
|
||||
|
|
@ -2020,7 +2027,7 @@ Set up your git name and email, this is important so that your commits can be id
|
|||
|
||||
### Gource
|
||||
|
||||

|
||||

|
||||
|
||||
# GitHub用户分析
|
||||
|
||||
|
|
|
|||
BIN
img/permissive-vs-copylift-license-2.jpg
Normal file
BIN
img/permissive-vs-copylift-license-2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 71 KiB |
22
index.html
22
index.html
|
|
@ -78,7 +78,12 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf
|
|||
</ul></li>
|
||||
<li><a href="#创建开源项目">创建开源项目</a><ul>
|
||||
<li><a href="#取一个好的名字">取一个好的名字</a></li>
|
||||
<li><a href="#挑选好-license">挑选好 LICENSE</a></li>
|
||||
<li><a href="#挑选好-license">挑选好 LICENSE</a><ul>
|
||||
<li><a href="#gpl">GPL</a></li>
|
||||
<li><a href="#bsd">BSD</a></li>
|
||||
<li><a href="#mit">MIT</a></li>
|
||||
<li><a href="#creative-common">Creative Common</a></li>
|
||||
</ul></li>
|
||||
<li><a href="#官方主页">官方主页</a></li>
|
||||
</ul></li>
|
||||
<li><a href="#git基本知识与github使用">Git基本知识与GitHub使用</a><ul>
|
||||
|
|
@ -307,6 +312,13 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf
|
|||
<p>人们创建</p>
|
||||
<h2 id="取一个好的名字">取一个好的名字</h2>
|
||||
<h2 id="挑选好-license">挑选好 LICENSE</h2>
|
||||
<figure>
|
||||
<img src="./img/permissive-vs-copylift-license-2.jpg" alt="License 使用情况" /><figcaption>License 使用情况</figcaption>
|
||||
</figure>
|
||||
<h3 id="gpl">GPL</h3>
|
||||
<h3 id="bsd">BSD</h3>
|
||||
<h3 id="mit">MIT</h3>
|
||||
<h3 id="creative-common">Creative Common</h3>
|
||||
<h2 id="官方主页">官方主页</h2>
|
||||
<p>一个好的例子是 GitHub Pages</p>
|
||||
<p>然后,创建</p>
|
||||
|
|
@ -1811,7 +1823,7 @@ app.listen(3000);</code></pre>
|
|||
<h2 id="git-命令行增强">Git 命令行增强</h2>
|
||||
<h3 id="diff-so-fancy"><a href="https://github.com/so-fancy/diff-so-fancy">diff-so-fancy</a></h3>
|
||||
<figure>
|
||||
<img src="git-diff-screenshot.png" alt="diff so fancy 截图" /><figcaption>diff so fancy 截图</figcaption>
|
||||
<img src="./img/git-diff-screenshot.png" alt="diff so fancy 截图" /><figcaption>diff so fancy 截图</figcaption>
|
||||
</figure>
|
||||
<h3 id="git-extras"><a href="https://github.com/tj/git-extras">git-extras</a></h3>
|
||||
<p><strong>Ubuntu</strong></p>
|
||||
|
|
@ -1846,11 +1858,11 @@ app.listen(3000);</code></pre>
|
|||
<h3 id="sourcetree">SourceTree</h3>
|
||||
<p>gitflow 分支合并、查看</p>
|
||||
<figure>
|
||||
<img src="sourcetree.jpg" alt="SourceTree 截图" /><figcaption>SourceTree 截图</figcaption>
|
||||
<img src="./img/sourcetree.jpg" alt="SourceTree 截图" /><figcaption>SourceTree 截图</figcaption>
|
||||
</figure>
|
||||
<h3 id="github-desktop">GitHub Desktop</h3>
|
||||
<figure>
|
||||
<img src="github-desktop.jpg" alt="GitHub Desktop" /><figcaption>GitHub Desktop</figcaption>
|
||||
<img src="./img/github-desktop.jpg" alt="GitHub Desktop" /><figcaption>GitHub Desktop</figcaption>
|
||||
</figure>
|
||||
<h2 id="git-娱乐">Git 娱乐</h2>
|
||||
<h3 id="githug">githug</h3>
|
||||
|
|
@ -1899,7 +1911,7 @@ Set up your git name and email, this is important so that your commits can be id
|
|||
#...</code></pre>
|
||||
<h3 id="gource">Gource</h3>
|
||||
<figure>
|
||||
<img src="gource.jpg" alt="Gource 历史" /><figcaption>Gource 历史</figcaption>
|
||||
<img src="./img/gource.jpg" alt="Gource 历史" /><figcaption>Gource 历史</figcaption>
|
||||
</figure>
|
||||
<h1 id="github用户分析">GitHub用户分析</h1>
|
||||
<h2 id="生成图表">生成图表</h2>
|
||||
|
|
|
|||
Loading…
Reference in a new issue