Skip to content

Commit 9c99f6e

Browse files
authored
Merge pull request #1759 from Morganov/bugfix/fix-typo-in-git-branch
Fix typo in console example
2 parents c57f5a9 + 827ef10 commit 9c99f6e

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
@@ -153,7 +153,7 @@ Now we end up with the following state:
153153

154154
[source,console]
155155
----
156-
git branch --all
156+
$ git branch --all
157157
* main
158158
remotes/origin/HEAD -> origin/master
159159
remotes/origin/main

0 commit comments

Comments
 (0)