Skip to content

Commit f49647f

Browse files
committed
Merge pull request #243 from networm/quotation_mark
Change quotation marks to full width
2 parents b0519b8 + 094c8be commit f49647f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Visual Studio 能够记住所有你打开过的用 Git 管理的项目,它们
1717
这是一个执行 Git 操作的操作中心;当你 _正在编写_ 代码的时候,你可能主要关注 "Changes" 视图,当需要拉取同伴的改动时,你将使用 "Unsynced Commits" 和 "Branches" 视图。
1818

1919
[[vs_home]]
20-
.Visual Studio 中的 Git 仓库的 "Home" 视图。
21-
image::images/vs-2.png[Visual Studio 中的 Git 仓库的 "Home" 视图。]
20+
.Visual Studio 中的 Git 仓库的 Home 视图。
21+
image::images/vs-2.png[Visual Studio 中的 Git 仓库的 Home 视图。]
2222

2323
Visual Studio 现在拥有一套着眼于任务的强大 Git 操作界面。
2424
它包括线性的历史视图、diff 视图、远程仓库操作命令,以及其它很多功能。

0 commit comments

Comments
 (0)