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 |
---|
1. git clone --mirror {기존 repo}
2. cd {기존 repo}
3. git remote set-url --push origin {신규 repo}
4. git push --mirror
fork 해온 repository 최신화 하기 (0) | 2021.03.25 |
---|