Commit 0d1ca7aa authored by Administrator's avatar Administrator

Update README.md

parent db1365dd
Pipeline #12 canceled with stages
...@@ -3,15 +3,19 @@ ...@@ -3,15 +3,19 @@
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
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