diff --git a/chapters/01-start-project.md b/chapters/01-start-project.md index ffadf5a..95d3ea3 100644 --- a/chapters/01-start-project.md +++ b/chapters/01-start-project.md @@ -11,6 +11,15 @@ 挑选好 LICENSE --- +![License 使用情况](./img/permissive-vs-copylift-license-2.jpg) + +### GPL + +### BSD + +### MIT + +### Creative Common 官方主页 --- @@ -18,6 +27,4 @@ 一个好的例子是 GitHub Pages - - 然后,创建 diff --git a/chapters/10-git-tools.md b/chapters/10-git-tools.md index b87854d..543757f 100644 --- a/chapters/10-git-tools.md +++ b/chapters/10-git-tools.md @@ -12,7 +12,7 @@ Git 命令行增强 ### [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy) -![diff so fancy 截图](git-diff-screenshot.png) +![diff so fancy 截图](./img/git-diff-screenshot.png) ### [git-extras](https://github.com/tj/git-extras) @@ -65,11 +65,11 @@ Git、GitHub桌面增强 gitflow 分支合并、查看 -![SourceTree 截图](sourcetree.jpg) +![SourceTree 截图](./img/sourcetree.jpg) ### GitHub Desktop -![GitHub Desktop](github-desktop.jpg) +![GitHub Desktop](./img/github-desktop.jpg) Git 娱乐 --- @@ -131,4 +131,4 @@ Set up your git name and email, this is important so that your commits can be id ### Gource -![Gource 历史](gource.jpg) +![Gource 历史](./img/gource.jpg) diff --git a/github-roam.md b/github-roam.md index c78ab7e..e7a223f 100644 --- a/github-roam.md +++ b/github-roam.md @@ -93,6 +93,15 @@ 挑选好 LICENSE --- +![License 使用情况](./img/permissive-vs-copylift-license-2.jpg) + +### 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) -![diff so fancy 截图](git-diff-screenshot.png) +![diff so fancy 截图](./img/git-diff-screenshot.png) ### [git-extras](https://github.com/tj/git-extras) @@ -1954,11 +1961,11 @@ Git、GitHub桌面增强 gitflow 分支合并、查看 -![SourceTree 截图](sourcetree.jpg) +![SourceTree 截图](./img/sourcetree.jpg) ### GitHub Desktop -![GitHub Desktop](github-desktop.jpg) +![GitHub Desktop](./img/github-desktop.jpg) Git 娱乐 --- @@ -2020,7 +2027,7 @@ Set up your git name and email, this is important so that your commits can be id ### Gource -![Gource 历史](gource.jpg) +![Gource 历史](./img/gource.jpg) # GitHub用户分析 diff --git a/img/permissive-vs-copylift-license-2.jpg b/img/permissive-vs-copylift-license-2.jpg new file mode 100644 index 0000000..173ee76 Binary files /dev/null and b/img/permissive-vs-copylift-license-2.jpg differ diff --git a/index.html b/index.html index df4c988..974a1c5 100644 --- a/index.html +++ b/index.html @@ -78,7 +78,12 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf
  • 创建开源项目
  • Git基本知识与GitHub使用