Skip to content

Commit f7c4636

Browse files
committed
Improve translation
1 parent 86fa6f9 commit f7c4636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/07-git-tools/sections/interactive-staging.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ index 4d07108..4335f49 100644
141141
Git 也可以暂存文件的特定部分。
142142
例如,如果在 simplegit.rb 文件中做了两处修改,但只想要暂存其中的一个而不是另一个,Git 会帮你轻松地完成。
143143
从交互式提示符中,输入 `5` 或 `p`(补丁)。
144-
Git 询问想要部分暂存哪些文件;然后,对已选择文件的每一个部分,它都会显示文件区别块并询问是否想要暂存它们,一个接一个地
144+
Git 会询问你想要部分暂存哪些文件;然后,对已选择文件的每一个部分,它都会一个个地显示文件区别并询问你是否想要暂存它们
145145

146146
[source,console]
147147
----

0 commit comments

Comments
 (0)