We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f1031 commit c4cb1dfCopy full SHA for c4cb1df
book/07-git-tools/sections/revision-selection.asc
@@ -293,8 +293,8 @@ Date: Fri Nov 7 13:47:59 2008 -0500
293
[[_commit_ranges]]
294
==== 提交区间
295
296
-你已经学会如何单次的提交,现在来看看如何指明一定区间的提交。
297
-当你有很多分支时,这对管理你的分支时十分有用,
+你已经学会如何指定单次的提交,现在来看看如何指明一定区间的提交。
+当你有很多分支时,这对管理你的分支十分有用,
298
你可以用提交区间来解决“这个分支还有哪些提交尚未合并到主分支?”的问题
299
300
===== 双点
@@ -305,7 +305,7 @@ Date: Fri Nov 7 13:47:59 2008 -0500
305
306
[[double_dot]]
307
.Example history for range selection.
308
-image::images/double-dot.png[Example history for range selection.]
+image::images/double-dot.png[区间选择的提交历史示例]
309
310
你想要查看 experiment 分支中还有哪些提交尚未被合并入 master 分支。
311
你可以使用 `master..experiment` 来让 Git 显示这些提交。也就是“在 experiment 分支中而不在 master 分支中的提交”。
0 commit comments