Skip to content

Commit 4d067c0

Browse files
HonkingGooseben
andauthored
Improve text of bullet items
Co-authored-by: Ben Straub <[email protected]>
1 parent 2d3e7bc commit 4d067c0

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,12 @@ But the remote still has a _master_ branch.
168168
Other collaborators will continue to use the _master_ branch as the base of their work, until you make some further changes.
169169

170170
Now you have a few more tasks in front of you to complete the transition:
171-
* Project dependency update helper configuration files.
172-
* Test runner configuration files.
173-
* Build scripts.
174-
* Release scripts.
175-
* Repository configuration settings (like the default branch that is targeted for pull-requests, branch-protection measures, etc).
176-
* References to the old branch in documentation.
177-
* Close/merge pull requests that target the old branch
171+
* Any projects that depend on this one will need to update their code and/or configuration.
172+
* Update any test-runner configuration files.
173+
* Adjust build and release scripts.
174+
* Redirect settings on your repo host for things like thee repo's default branch, merge rules, and other things that match branch names.
175+
* Update references to the old branch in documentation.
176+
* Close or merge any pull requests that target the old branch.
178177

179178
After you've done all these tasks, and are certain the main branch performs just as the _master_ branch, you can delete the _master_ branch:
180179
[source, console]

0 commit comments

Comments
 (0)