Skip to content

Commit 1282925

Browse files
Sherry520networm
authored andcommitted
修改附录A:guis中翻译与原文不一致的格式
1 parent eb3ff52 commit 1282925

File tree

1 file changed

+2
-5
lines changed
  • book/A-git-in-other-environments/sections

1 file changed

+2
-5
lines changed

book/A-git-in-other-environments/sections/guis.asc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ image::images/git-gui.png[`git-gui` 提交工具。]
6666
`gitk` 和 `git-gui` 就是针对某种任务设计的工具的两个例子。
6767
它们分别为了不同的目的(即查看历史和制作提交)而进行了精简,略去了用不到的功能。
6868

69-
==== GitHub for macOS and Windows
70-
7169
==== macOS 和 Windows 上的 GitHub 客户端
7270

7371
(((GitHub for macOS)))(((GitHub for Windows)))
@@ -98,7 +96,7 @@ image::images/github_win.png[GitHub Windows 客户端。]
9896

9997
===== 安装
10098

101-
GitHub 的 Windows 客户端可以从 https://windows.github.com[] 下载,macOS 客户端可以从 https://mac.github.com[]下载。
99+
GitHub 的 Windows 客户端可以从 https://windows.github.com[] 下载,macOS 客户端可以从 https://mac.github.com[] 下载。
102100
第一次打开软件时,它会引导你进行一系列的首次使用设置,例如设置你的姓名和电子邮件,它还会智能地帮你调整一些常用的默认设置,例如凭证缓存和 CRLF 的处理方式。
103101

104102
它们都是“绿色软件”——如果软件打开发现有更新,下载和安装升级包都是在后台完成的。
@@ -146,9 +144,8 @@ push,fetch,merge,和 rebase 在 Git 内部是一连串独立的操作, 而
146144
开发者和非开发者可以轻松地在分分钟内就搭建起项目协作环境,它们还内置了其它辅助最佳实践的功能。
147145
但是,如果你的工作流程有所不同,或者你需要在进行网络操作时有更多的控制,那么建议你考虑一下其它客户端或者使用命令行。
148146

149-
150147
==== 其它图形界面
151148

152149
除此之外,还有许许多多其它的图形化 Git 客户端,其中既有单一功能的定制工具,也有试图提供 Git 所有功能的复杂应用。
153150
Git 的官方网站整理了一份时下最流行的客户端的清单 https://git-scm.com/downloads/guis[]。
154-
在 Git 的维基站点还可以看到一份更全的清单 https://git.wiki.kernel.org/index.php/Interfaces,_frontends,_and_tools#Graphical_Interfaces[].
151+
在 Git 的维基站点还可以看到一份更全的清单 https://git.wiki.kernel.org/index.php/Interfaces,_frontends,_and_tools#Graphical_Interfaces[]

0 commit comments

Comments
 (0)