File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
book/A-git-in-other-environments/sections Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,6 @@ image::images/git-gui.png[`git-gui` 提交工具。]
66
66
`gitk` 和 `git-gui` 就是针对某种任务设计的工具的两个例子。
67
67
它们分别为了不同的目的(即查看历史和制作提交)而进行了精简,略去了用不到的功能。
68
68
69
- ==== GitHub for macOS and Windows
70
-
71
69
==== macOS 和 Windows 上的 GitHub 客户端
72
70
73
71
(((GitHub for macOS)))(((GitHub for Windows)))
@@ -98,7 +96,7 @@ image::images/github_win.png[GitHub Windows 客户端。]
98
96
99
97
===== 安装
100
98
101
- GitHub 的 Windows 客户端可以从 https://windows.github.com[] 下载,macOS 客户端可以从 https://mac.github.com[]下载。
99
+ GitHub 的 Windows 客户端可以从 https://windows.github.com[] 下载,macOS 客户端可以从 https://mac.github.com[] 下载。
102
100
第一次打开软件时,它会引导你进行一系列的首次使用设置,例如设置你的姓名和电子邮件,它还会智能地帮你调整一些常用的默认设置,例如凭证缓存和 CRLF 的处理方式。
103
101
104
102
它们都是“绿色软件”——如果软件打开发现有更新,下载和安装升级包都是在后台完成的。
@@ -146,9 +144,8 @@ push,fetch,merge,和 rebase 在 Git 内部是一连串独立的操作, 而
146
144
开发者和非开发者可以轻松地在分分钟内就搭建起项目协作环境,它们还内置了其它辅助最佳实践的功能。
147
145
但是,如果你的工作流程有所不同,或者你需要在进行网络操作时有更多的控制,那么建议你考虑一下其它客户端或者使用命令行。
148
146
149
-
150
147
==== 其它图形界面
151
148
152
149
除此之外,还有许许多多其它的图形化 Git 客户端,其中既有单一功能的定制工具,也有试图提供 Git 所有功能的复杂应用。
153
150
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[]。
You can’t perform that action at this time.
0 commit comments