Showing 1 changed files with 3 additions and 1 deletions
+3 -1
README.md
... ...
@@ -91,7 +91,9 @@ One way to import data:
91 91
 
92 92
 1. Create your new repo in gitprep
93 93
 2. In your local git repo, add a new remote target
94
-	git remote add gitprep git@my.gitprep.server:new-repo.git
94
+
95
+    git remote add gitprep git@my.gitprep.server:new-repo.git
96
+
95 97
 3. Push all your repo up in to this new gitprep target
96 98
 4. Update your local git repo config such that gitprep is now the origin
97 99