Skip to content

Commit 41c5123

Browse files
ousugonetworm
authored andcommitted
update contributing.asc
1 parent 7bb29c7 commit 41c5123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/05-distributed-git/sections/contributing.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ $ git remote add myfork <url>
549549
(拣选操作 `cherry-pick` 详见 <<ch05-distributed-git#_rebase_cherry_pick>>)。
550550
如果维护者合并、变基或拣选你的工作,不管怎样你最终会通过拉取他们的仓库找回来你的工作。
551551

552-
In any event, you can push your work with:
552+
在任何情况下,你都可以使用下面的命令推送你的工作:
553553

554554
[source,console]
555555
----
@@ -560,7 +560,7 @@ $ git push -u myfork featureA
560560
当工作已经被推送到你的派生仓库后,你需要通知原项目的维护者你有想要他们合并的工作。
561561
这通常被称作一个 *拉取请求(Pull Request)*,你通常可以通过网站生成它——
562562
GitHub 有它自己的 Pull Request 机制,我们将会在 <<ch06-github#ch06-github>>
563-
介绍——也可以运行 `git request-pull` 命令然后手动地将输出发送电子邮件给项目的维护者
563+
介绍——也可以运行 `git request-pull` 命令然后将随后的输出通过电子邮件手动发送给项目维护者
564564

565565
`git request-pull` 命令接受一个要拉取主题分支的基础分支,以及它们要拉取的 Git 仓库的 URL,
566566
产生一个请求拉取的所有修改的摘要。

0 commit comments

Comments
 (0)