Skip to content

Commit 80d4d20

Browse files
committed
Fix invalid style for listing caution block
1 parent e5c2b75 commit 80d4d20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ $ git branch --no-merged master
7777
==== Changing a branch name
7878

7979
[CAUTION]
80-
----
80+
====
8181
Do not rename branches that are still in use by other collaborators.
8282
Do not rename a branch like master/main/mainline without having read the section "Changing the master branch name".
83-
----
83+
====
8484

8585
Suppose you have a branch that is called _bad-branch-name_ and you want to change it to _corrected-branch-name_, while keeping all history.
8686
You also want to change the branch name on the remote (GitHub, GitLab, other server).

0 commit comments

Comments
 (0)