Commit 765930ff authored by Administrator's avatar Administrator

Update README.md

parent e769615f
Pipeline #14 canceled with stages
...@@ -4,19 +4,18 @@ ...@@ -4,19 +4,18 @@
```$ sudo apt-get install git``` ```$ sudo apt-get install git```
2. Then you should install git-svn 2. Then you should install git-svn
$ sudo apt-get install git-svn ```$ sudo apt-get install git-svn```
3. Clone your repository by git-svn command 3. Clone your repository by git-svn command
$ git svn clone YOUR_SVN_URL ```$ git svn clone YOUR_SVN_URL```
4. Add your Gitlab url in same directory. 4. Add your Gitlab url in same directory.
$ git remote add gitlab YOUR_GITLAB_URL ```$ git remote add gitlab YOUR_GITLAB_URL```
5. Finally push your SVN repository to Gitlab. 5. Finally push your SVN repository to Gitlab.
$ git push — set-upstream gitlab master ```$ git push — set-upstream gitlab master```
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment