1. git clone --mirror old-repository.git(옮기고 싶은 git주소)
2. cd old-repository
3. git remote set-url --push origin new-repository.git(새로운 git주소)
4. git push --mirror
'형상관리 > Git' 카테고리의 다른 글
[Git Error] git pull 시 mege 오류 발생한 경우 강제로 덮어쓰기 (0) | 2023.11.22 |
---|---|
[오류] error: src refspec main does not match anyerror: failed to push some refs to (0) | 2023.11.20 |
Git branch 병합하기 (1) | 2023.11.02 |
Git branch/log 옵션 (1) | 2023.10.28 |
Git log 옵션/reset/commit 옵션 (0) | 2023.10.27 |