Commit 5464a958 authored by Administrator's avatar Administrator

Update README.md

parent 765930ff
Pipeline #15 failed with stages
...@@ -2,20 +2,20 @@ ...@@ -2,20 +2,20 @@
1. First we should install git 1. First we should install git
```$ 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