Showing 1 changed files with 3 additions and 3 deletions
+3 -3
README.md
... ...
@@ -91,13 +91,13 @@ 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
+```
95
+git remote add gitprep git@my.gitprep.server:new-repo.git
94 96
 
95
-    git remote add gitprep git@my.gitprep.server:new-repo.git
96
-
97
+```
97 98
 3. Push all your repo up in to this new gitprep target
98 99
 4. Update your local git repo config such that gitprep is now the origin
99 100
 
100
-
101 101
 Copy from /var/lib/gitolite or /var/lib/gitosis
102 102
 
103 103
 TBD