나의 발자취

깃랩에서 깃허브로 커밋이력까지 옮기기 (미러링) 본문

카테고리 없음

깃랩에서 깃허브로 커밋이력까지 옮기기 (미러링)

달모드 2021. 11. 2. 02:45
git clone --bare http://gitlab.kaffalab.com/asdf.git

cd asdf.git

git push --mirror https://github.nhnent.com/godo/asdf.git
Comments