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 ec9f1b0 commit 3d0f6dbCopy full SHA for 3d0f6db
book/05-distributed-git/sections/maintaining.asc
@@ -411,7 +411,8 @@ $ git config --global rerere.enabled true
411
412
如果你需要和 rerere 的缓存交互,你可以使用 `git rerere` 命令。
413
当单独调用它时,Git 会检查解决方案数据库,尝试寻找一个和当前任一冲突相关的匹配项并解决冲突(尽管当 `rerere.enabled` 被设置为 `true` 时会自动进行)。
414
-它也有若干子命令,可用来查看记录项,删除特定解决方案和清除缓存全部内容等。我们将在 <<_rerere>> 中详细探讨。
+它也有若干子命令,可用来查看记录项,删除特定解决方案和清除缓存全部内容等。
415
+我们将在 <<_rerere>> 中详细探讨。
416
417
[[_tagging_releases]]
418
==== 为发布打标签
0 commit comments