Skip to content

Commit 4fa9c9a

Browse files
committed
Update special block format
1 parent 26e50c1 commit 4fa9c9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ Now you have a few more tasks in front of you to complete the transition:
177177
* Close or merge any pull requests that target the old branch.
178178

179179
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+
180181
[source, console]
181182
----
182183
$ git push origin --delete master

0 commit comments

Comments
 (0)