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 27d9d8e commit 8bd614eCopy full SHA for 8bd614e
book/09-git-and-other-scms/sections/import-custom.asc
@@ -55,7 +55,7 @@ end
55
----
56
57
在每个目录内运行 `print_export`,将会拿到清单并标记之前的快照,然后返回清单并标记现在的快照;通过这种方式,可以将它们合适地连接在一起。
58
-``标记'' 是 `fast-import` 一个给提交标识符的术语;当你创建提交,给每一个提交一个标记来将它与其他提交连接在一起。
+``标记'' 是一个给提交标识符的 `fast-import` 术语;当你创建提交,为每一个提交赋予一个标记来将它与其他提交连接在一起。
59
这样,在你的 `print_export` 方法中第一件要做的事就是从目录名字生成一个标记:
60
61
[source,ruby]
0 commit comments