Skip to content

Commit ae00df2

Browse files
committed
Use . instead of ?
1 parent 557fbf1 commit ae00df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ 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".
8383
----
8484

85-
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?
85+
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).
8787
How do you do this?
8888

0 commit comments

Comments
 (0)