File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
book/05-distributed-git/sections Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -549,7 +549,7 @@ $ git remote add myfork <url>
549
549
(拣选操作 `cherry-pick` 详见 <<ch05-distributed-git#_rebase_cherry_pick>>)。
550
550
如果维护者合并、变基或拣选你的工作,不管怎样你最终会通过拉取他们的仓库找回来你的工作。
551
551
552
- In any event, you can push your work with:
552
+ 在任何情况下,你都可以使用下面的命令推送你的工作:
553
553
554
554
[source,console]
555
555
----
@@ -560,7 +560,7 @@ $ git push -u myfork featureA
560
560
当工作已经被推送到你的派生仓库后,你需要通知原项目的维护者你有想要他们合并的工作。
561
561
这通常被称作一个 *拉取请求(Pull Request)*,你通常可以通过网站生成它——
562
562
GitHub 有它自己的 Pull Request 机制,我们将会在 <<ch06-github#ch06-github>>
563
- 介绍——也可以运行 `git request-pull` 命令然后手动地将输出发送电子邮件给项目的维护者 。
563
+ 介绍——也可以运行 `git request-pull` 命令然后将随后的输出通过电子邮件手动发送给项目维护者 。
564
564
565
565
`git request-pull` 命令接受一个要拉取主题分支的基础分支,以及它们要拉取的 Git 仓库的 URL,
566
566
产生一个请求拉取的所有修改的摘要。
You can’t perform that action at this time.
0 commit comments