Git git 레포지터리 이동하기 clone/mirror 징늬2 2021. 1. 26. 01:25 반응형 hello-bryan.tistory.com/203 [Github] Repository 이동하기 clone/mirror Repository move 다른 계정의 git 등으로 repository 를 이동 시킬 때 commit 등의 이력까지 같이 이동 시키는 방법입니다. git clone --mirror {기존 리파지토리 주소} cd {기존 리파지토리 명}.git git remote s.. hello-bryan.tistory.com 반응형