Skip to content

Commit d4bdb6f

Browse files
committed
monospaced according ben's suggestion
1 parent af19103 commit d4bdb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/09-git-and-other-scms/sections/import-svn.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ $ rm -Rf .git/refs/remotes
9292

9393
Now all the old branches are real Git branches and all the old tags are real Git tags.
9494

95-
There's one last thing to clean up. Unfortunately, git svn creates an extra branch named trunk, which maps to Subversion's default branch, but the trunk ref points to the same place as master. Since master is more idiomatically Git, here's how to remove the extra branch:
95+
There's one last thing to clean up. Unfortunately, `git svn` creates an extra branch named `trunk`, which maps to Subversion's default branch, but the `trunk` ref points to the same place as `master`. Since `master` is more idiomatically Git, here's how to remove the extra branch:
9696

9797
[source,console]
9898
----

0 commit comments

Comments
 (0)