Commit 5464a958 authored by Administrator's avatar Administrator

Update README.md

parent 765930ff
Pipeline #15 failed with stages
......@@ -2,20 +2,20 @@
1. First we should install git
```$ sudo apt-get install git```
```sudo apt-get install git```
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
```$ git svn clone YOUR_SVN_URL```
```git svn clone YOUR_SVN_URL```
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.
```$ git push — set-upstream gitlab master```
\ No newline at end of file
```git push — set-upstream gitlab master```
\ 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