From 3898a91c3934ba31e8628d28c24fab94f430a25b Mon Sep 17 00:00:00 2001 From: tekkub Date: Thu, 3 Jun 2010 16:05:12 -0600 Subject: wrong class --- _posts/2010-06-02-svn-importing.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2010-06-02-svn-importing.markdown b/_posts/2010-06-02-svn-importing.markdown index a349887..328be22 100644 --- a/_posts/2010-06-02-svn-importing.markdown +++ b/_posts/2010-06-02-svn-importing.markdown @@ -23,7 +23,7 @@ Manual import First, be sure to [create your repository on GitHub](http://github.com/repositories/new) -
$ git svn clone -s SVN_REPO_URL LOCAL_DIR
+
$ git svn clone -s SVN_REPO_URL LOCAL_DIR
 $ cd LOCAL_DIR
 $ git remote add origin git@github.com:GITHUB_USERNAME/REPO_NAME.git
 $ git push origin master
@@ -44,7 +44,7 @@ The format is `svnuser = gituser_name `. To automatically genera Once your authors file is complete, clone the subversion repository with the authors file: -
$ git svn --authors-file=path/to/authors_file clone SVN_REPO_URL LOCAL_DIR
+
$ git svn --authors-file=path/to/authors_file clone SVN_REPO_URL LOCAL_DIR
Other guides ------------ -- cgit v1.3.1