Skip to content

Commit c4cb1df

Browse files
ousugonetworm
authored andcommitted
update revision-selection.asc
1 parent 19f1031 commit c4cb1df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/07-git-tools/sections/revision-selection.asc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ Date: Fri Nov 7 13:47:59 2008 -0500
293293
[[_commit_ranges]]
294294
==== 提交区间
295295

296-
你已经学会如何单次的提交,现在来看看如何指明一定区间的提交。
297-
当你有很多分支时,这对管理你的分支时十分有用
296+
你已经学会如何指定单次的提交,现在来看看如何指明一定区间的提交。
297+
当你有很多分支时,这对管理你的分支十分有用
298298
你可以用提交区间来解决“这个分支还有哪些提交尚未合并到主分支?”的问题
299299

300300
===== 双点
@@ -305,7 +305,7 @@ Date: Fri Nov 7 13:47:59 2008 -0500
305305

306306
[[double_dot]]
307307
.Example history for range selection.
308-
image::images/double-dot.png[Example history for range selection.]
308+
image::images/double-dot.png[区间选择的提交历史示例]
309309

310310
你想要查看 experiment 分支中还有哪些提交尚未被合并入 master 分支。
311311
你可以使用 `master..experiment` 来让 Git 显示这些提交。也就是“在 experiment 分支中而不在 master 分支中的提交”。

0 commit comments

Comments
 (0)