From 7d3e40bde07d4a7ea4cf08147223d6aff913ca6f Mon Sep 17 00:00:00 2001 From: Yuhang Guo <22561797+Sherry520@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:06:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8B=B1=E6=96=87=E5=8F=A5?= =?UTF-8?q?=E5=8F=B7=E4=B8=BA=E4=B8=AD=E6=96=87=E5=8F=A5=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- book/07-git-tools/sections/subtree-merges.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/07-git-tools/sections/subtree-merges.asc b/book/07-git-tools/sections/subtree-merges.asc index b3154b95..5e5f2166 100644 --- a/book/07-git-tools/sections/subtree-merges.asc +++ b/book/07-git-tools/sections/subtree-merges.asc @@ -44,7 +44,7 @@ README ---- 这个是一个比较奇怪的概念。 -并不是仓库中的所有分支都是必须属于同一个项目的分支. +并不是仓库中的所有分支都是必须属于同一个项目的分支。 这并不常见,因为没啥用,但是却是在不同分支里包含两条完全不同提交历史的最简单的方法。 在这个例子中,我们希望将 Rack 项目拉到 `master` 项目中作为一个子目录。