Skip to content

Commit 6a6fb43

Browse files
committed
Refine text further
1 parent ae00df2 commit 6a6fb43

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

book/03-git-branching/sections/branch-management.asc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ This makes the renamed branch available on the remote.
152152
$ git push --set-upstream origin main
153153
----
154154

155-
Now we end up with the following state of the repository:
155+
Now we end up with the following state::
156156

157157
[source,console]
158158
----
@@ -163,10 +163,10 @@ git branch --all
163163
remotes/origin/master
164164
----
165165

166-
Your local _master_ branch is replace with the _main_ branch.
167-
Your _main_ branch is also available on the remote.
168-
The remote still has a _master_ branch.
169-
Other collaborators will continue to use the _master_ branch until you make some further changes.
166+
Your local _master_ branch is gone, as it's replaced with the _main_ branch.
167+
The _main_ branch is also available on the remote.
168+
But the remote still has a _master_ branch.
169+
Other collaborators will continue to use the _master_ branch as the base of their work, until you make some further changes.
170170

171171
Now you have a few more tasks in front of you to complete the transition:
172172
* Project dependency update helper configuration files.

0 commit comments

Comments
 (0)