개발킹/Git

Git Repository commit 포함해서 이동하기

찌 ㅋ 2021. 3. 23. 00:20

1. git clone --mirror {기존 repo}

2. cd {기존 repo}

3. git remote set-url --push origin {신규 repo}

4. git push --mirror