[GitHub] 저장소 repository 옮기기, 이동 (commit 포함)
·
Tools/GitHub
git repository mirroring• git 저장소(repository)를 커밋로그 포함, 그대로 옮기는 방법기존 Repository 복사git clone 명령어에 --mirror 옵션을 추가해서 실행 mv "기존 Repository".git .git새 Repository로 연결git remote의 주소를 새롭게 옮길 Repository 주소로 변경$ git remote set-url origin "새로운 Repository 주..