diff --git a/book/A-git-in-other-environments/sections/visualstudio.asc b/book/A-git-in-other-environments/sections/visualstudio.asc index 68c2ca8a..f676f6d4 100644 --- a/book/A-git-in-other-environments/sections/visualstudio.asc +++ b/book/A-git-in-other-environments/sections/visualstudio.asc @@ -17,8 +17,8 @@ Visual Studio 能够记住所有你打开过的用 Git 管理的项目,它们 这是一个执行 Git 操作的操作中心;当你 _正在编写_ 代码的时候,你可能主要关注 "Changes" 视图,当需要拉取同伴的改动时,你将使用 "Unsynced Commits" 和 "Branches" 视图。 [[vs_home]] -.Visual Studio 中的 Git 仓库的 "Home" 视图。 -image::images/vs-2.png[Visual Studio 中的 Git 仓库的 "Home" 视图。] +.Visual Studio 中的 Git 仓库的 “Home” 视图。 +image::images/vs-2.png[Visual Studio 中的 Git 仓库的 “Home” 视图。] Visual Studio 现在拥有一套着眼于任务的强大 Git 操作界面。 它包括线性的历史视图、diff 视图、远程仓库操作命令,以及其它很多功能。