Skip to content

Commit 8310307

Browse files
committed
Change "Github" to "GitHub"
1 parent 8d3e9da commit 8310307

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

book/05-distributed-git/1-distributed-git.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ include::sections/maintaining.asc[]
1717

1818
你现在能自如地使用 Git 为项目做出贡献、维护自己的项目或采纳其他用户的贡献了。
1919
恭喜你成为了一个高效的 Git 开发者!
20-
下一章中,你将会学到如何使用规模最大最流行的 Git 托管服务,Github
20+
下一章中,你将会学到如何使用规模最大最流行的 Git 托管服务,GitHub

book/06-github/sections/2-contributing.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ http://www.emoji-cheat-sheet.com
402402

403403
====== 图片
404404

405-
从技术层面来说,这并不是 Github 风格 Markdown 的功能,但是也很有用。如果不想使用 Markdown 语法来插入图片,GitHub 允许你通过拖拽图片到文本区来插入图片。
405+
从技术层面来说,这并不是 GitHub 风格 Markdown 的功能,但是也很有用。如果不想使用 Markdown 语法来插入图片,GitHub 允许你通过拖拽图片到文本区来插入图片。
406406

407407
[[_md_drag]]
408408
.通过拖拽的方式自动插入图片

book/06-github/sections/3-maintaining.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ image::images/new-repo.png[``new repository'' 下拉列表.]
2121
image::images/newrepoform.png[``new repository'' 表单。]
2222

2323
这里除了一个你必须要填的项目名,其他字段都是可选的。
24-
现在只需要点击 ``Create Repository'' 按钮,Duang!!! – 你就在 Github 上拥有了一个以 `<user>/<project_name>` 命名的新仓库了。
24+
现在只需要点击 ``Create Repository'' 按钮,Duang!!! – 你就在 GitHub 上拥有了一个以 `<user>/<project_name>` 命名的新仓库了。
2525

2626
因为目前暂无代码,GitHub 会显示有关创建新版本库或者关联到一个已有的 Git 版本库的一些说明。
2727
我们不会在这里详细说明此项,如果你需要复习,去看 <<_git_basics_chapter>>._

0 commit comments

Comments
 (0)