개발킹/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

'개발킹 > Git' 카테고리의 다른 글

fork 해온 repository 최신화 하기  (0) 2021.03.25