728x90
반응형
기존 레포에서 새로운 레포로 이동시키는 방법입니다.
git clone --bare https://github.com/origin-repository
cd origin-repository.git
git push --mirror https://github.com/new-repository
728x90
'개발일지 > GIT' 카테고리의 다른 글
[Git] Github Pull Request 템플릿 추가하기 (예시) (1) | 2024.05.30 |
---|---|
[Git] github label 한번에 추가하기 (github-label-sync) (0) | 2024.05.30 |
[Git] Github webhook을 통해 mattermost 메세지 보내기 (python, koyeb) (1) | 2024.05.28 |
[Git] Github에서 Gitlab으로 미러링 (Github Action) 잔디 옮기기 (0) | 2024.05.28 |
[깃허브] 깃허브 프로필, 닉네임 저장소 (special repository) (0) | 2024.05.22 |