Gitlab
Migrating from SVN to GitLab
Whatman
2022. 1. 11. 16:42
1. Tortoise Git Download
https://tortoisegit.org/download/
Download – TortoiseGit – Windows Shell Interface to Git
Other resources Debug symbols, language dlls and other resources can be found on our dedicated download server: download.tortoisegit.org/tgit/2.12.0.0/. Preview releases The preview releases are built from the latest code that represents the cutting edge o
tortoisegit.org
2. SVN repository를 git으로 받기
3. Create Gitlab project
> ReadME가 생성되어 있으면 push error남.
4. Push to Gitlab Project
4. 빈 폴더 추가
git으로 push 할 때, 빈 폴더는 제외된다. 폴더를 추가하고 싶으면 .keep 생성후 push하여 완료한다.