Skip to content

Commit fc6ec83

Browse files
committed
Add space around underline
1 parent ca3af49 commit fc6ec83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ image::images/vs-1.png[从 Team Explorer 中连接 Git 仓库。]
1414
Visual Studio 能够记住所有你打开过的用 Git 管理的项目,它们都在下方的列表中。
1515
如果没看到你想要的项目,点击 "Add" 按钮,添加项目工作目录的路径。
1616
双击其中一个本地的 Git 仓库会将你带入 "Home" 视图,大概如 <<vs_home>> 所示。
17-
这是一个执行 Git 操作的操作中心;当你_正在编写_代码的时候,你可能主要关注 "Changes" 视图,当需要拉取同伴的改动时,你将使用 "Unsynced Commits" 和 "Branches" 视图。
17+
这是一个执行 Git 操作的操作中心;当你 _正在编写_ 代码的时候,你可能主要关注 "Changes" 视图,当需要拉取同伴的改动时,你将使用 "Unsynced Commits" 和 "Branches" 视图。
1818

1919
[[vs_home]]
2020
.Visual Studio 中的 Git 仓库的 "Home" 视图。

book/B-embedding-git/sections/jgit.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Repository repo;
126126
Git git = new Git(repo);
127127
----
128128

129-
Git 类有一系列非常好的_构建器_风格的高层方法,它可以用来构造一些复杂的行为。
129+
Git 类有一系列非常好的 _构建器_ 风格的高层方法,它可以用来构造一些复杂的行为。
130130
我们来看一个例子——做一件类似 `git ls-remote` 的事。
131131

132132
[source,java]

0 commit comments

Comments
 (0)