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