Skip to content

Commit 19504e0

Browse files
authored
Merge pull request #635 from mkarg/patch-7
Be absolutely clear for beginners
2 parents f6b26f4 + 9f7f478 commit 19504e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ This makes your `import` command look like this:
3838
----
3939
$ git svn clone http://my-project.googlecode.com/svn/ \
4040
--authors-file=users.txt --no-metadata --prefix "" -s my_project
41+
$ cd my_project
4142
----
4243

4344
Now you should have a nicer Subversion import in your `my_project` directory.

0 commit comments

Comments
 (0)