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 f30f059 commit 1d112b5Copy full SHA for 1d112b5
book/06-github/sections/3-maintaining.asc
@@ -81,7 +81,7 @@ image::images/maint-01-email.png[合并请求的邮件通知]
81
还有几个可以在命令行使用的 URL。
82
83
如果你注意到 `git pull <url> patch-1` 这一行,这是一种合并远程分支的简单方式,无需必须添加一个远程分支。
84
-我们很快会在 <<ch05-distributed-git#r_checking_out_remotes>>._ 讲到它。
+我们很快会在 <<ch05-distributed-git#r_checking_out_remotes>> 讲到它。
85
如果你愿意,你可以创建并切换到一个主题分支,然后运行这个命令把合并请求合并进来。
86
87
还有一些有趣的 URL,像 `.diff` 和 `.patch` ,就像你猜的那样,它们提供 diff 和 patch 的标准版本。
0 commit comments