- Create C:\GITLAB
- CD to C:\GITLAB
- Create new empty repository in GITLAB (browser)
- Create New Project
- Give it UniqueName (get newGitLabProjectURL)
- Set Visibility Level to Private
- Click Create Project
- Run command equivalent to git svn clone http://svnServer:port/svn/DeveloperRepo/Project
- CD to project folder
- Run command equivalent to git svn rebase
- git config --global user.name "YourUsernameHere"
- 11. git config --global user.email "yourEmail@Domain.com"
- cd existing_folder
- git init
- git remote add origin http://newGitLabProjectUrl.git
- git add .
- git commit
- git push -u origin master
Documenting transition of life. From a student, to a worker. What had to be learned, and what had to be unlearned. An insight into one of the biggest changes.
Wednesday, June 8, 2016
Moving from SVN to GITLAB
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment