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