1. gitlab url 클론하기

git clone [gitlab url]

 

2. 클론한 gitlab 프로젝트 안으로 들어가서 원격 저장소 url 변경하기

cd [gitlab 최상단 폴더명]
git remote set-url origin [github url]

 

3. 원격 저장소에 push 하기

git push -u origin master

 

728x90

+ Recent posts