File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
A-git-in-other-environments/sections Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ image::images/vs-1.png[从 Team Explorer 中连接 Git 仓库。]
14
14
Visual Studio 能够记住所有你打开过的用 Git 管理的项目,它们都在下方的列表中。
15
15
如果没看到你想要的项目,点击 "Add" 按钮,添加项目工作目录的路径。
16
16
双击其中一个本地的 Git 仓库会将你带入 "Home" 视图,大概如 <<vs_home>> 所示。
17
- 这是一个执行 Git 操作的操作中心;当你 _正在编写_ 代码的时候 ,你可能主要关注 "Changes" 视图,当需要拉取同伴的改动时,你将使用 "Unsynced Commits" 和 "Branches" 视图。
17
+ 这是一个执行 Git 操作的操作中心;当你 _正在编写_ 代码的时候 ,你可能主要关注 "Changes" 视图,当需要拉取同伴的改动时,你将使用 "Unsynced Commits" 和 "Branches" 视图。
18
18
19
19
[[vs_home]]
20
20
.Visual Studio 中的 Git 仓库的 "Home" 视图。
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ Repository repo;
126
126
Git git = new Git(repo);
127
127
----
128
128
129
- Git 类有一系列非常好的_构建器_风格的高层方法 ,它可以用来构造一些复杂的行为。
129
+ Git 类有一系列非常好的 _构建器_ 风格的高层方法 ,它可以用来构造一些复杂的行为。
130
130
我们来看一个例子——做一件类似 `git ls-remote` 的事。
131
131
132
132
[source,java]
You can’t perform that action at this time.
0 commit comments