File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
book/03-git-branching/sections Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -168,13 +168,12 @@ But the remote still has a _master_ branch.
168
168
Other collaborators will continue to use the _master_ branch as the base of their work, until you make some further changes.
169
169
170
170
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.
178
177
179
178
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:
180
179
[source, console]
You can’t perform that action at this time.
0 commit comments