Commit 2da4bf6e authored by Administrator's avatar Administrator

Update README.md

parent 2a1a16a9
Pipeline #10 canceled with stages
# How to migrate SVN to GitLab with few commands
1. First we should install git
$ sudo apt-get install git
2. Then you should install git-svn
$ sudo apt-get install git-svn
3. Clone your repository by git-svn command
$ git svn clone YOUR_SVN_URL
4. Add your Gitlab url in same directory.
$ 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
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