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 4b7fc0f commit 6de2fc6Copy full SHA for 6de2fc6
book/03-git-branching/sections/remote-branches.asc
@@ -60,7 +60,7 @@ image::images/remote-branches-5.png[远程跟踪分支 `teamone/master`。]
60
==== 推送
61
62
(((pushing)))
63
-当想要与公开分享一个分支时,需要将其推送到有写入权限的远程仓库上。
+当你想要公开分享一个分支时,需要将其推送到有写入权限的远程仓库上。
64
本地的分支并不会自动与远程仓库同步 - 你必须显式地推送想要分享的分支。
65
这样,你就可以把不愿意分享的内容放到私人分支上,而将需要和别人协作的内容推送到公开分支。
66
0 commit comments