Skip to content

Commit 6de2fc6

Browse files
committed
文字描述错误修改
文字描述错误修改
1 parent 4b7fc0f commit 6de2fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/03-git-branching/sections/remote-branches.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ image::images/remote-branches-5.png[远程跟踪分支 `teamone/master`。]
6060
==== 推送
6161

6262
(((pushing)))
63-
当想要与公开分享一个分支时,需要将其推送到有写入权限的远程仓库上。
63+
当你想要公开分享一个分支时,需要将其推送到有写入权限的远程仓库上。
6464
本地的分支并不会自动与远程仓库同步 - 你必须显式地推送想要分享的分支。
6565
这样,你就可以把不愿意分享的内容放到私人分支上,而将需要和别人协作的内容推送到公开分支。
6666

0 commit comments

Comments
 (0)