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 a23c72b commit f6121f3Copy full SHA for f6121f3
book/03-git-branching/sections/remote-branches.asc
@@ -146,7 +146,7 @@ Branch serverfix set up to track remote branch serverfix from origin.
146
Switched to a new branch 'serverfix'
147
----
148
149
-如果想要将本地分支与远程分支设置为不同名字,你可以轻松地增加一个不同名字的本地分支的上一个命令:
+如果想要将本地分支与远程分支设置为不同名字,你可以轻松地使用上一个命令增加一个不同名字的本地分支:
150
151
[source,console]
152
0 commit comments