Skip to content

Commit af19103

Browse files
committed
Rephrased according ben's proposal
1 parent d7e791c commit af19103

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-
Unfortunately `git svn` creates one extra branch named `trunk` for svn's trunk, which is essentially the same as the already created `master` branch (it actually refers to the same commit). Hence, let's remove this doublet:
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)