728x90
반응형
SMALL
안녕하세요.
GitHub Repository 복사하는 방법에 대해 포스팅합니다.
1. main mirror clone 하기
git clone --mirror {git repository url}
ex) git clone --mirror https://github.com/JeongSeongSoo/master.git
2. new repository 연결하기
# 폴더 경로로 이동
cd {repository.git}
# 새로운 레포지토리에 연결
git remote set-url origin {new repository url}
ex) git remote set-url origin https://github.com/JeongSeongSoo/new.git
3. new repository push 하기
git push --mirror
정상적으로 깃허브 레포지토리 복사가 완료되었습니다.
728x90
반응형
LIST
'프로그램 > ETC' 카테고리의 다른 글
[MariaDB] Ubuntu MariaDB 설치 & 설정하기 (0) | 2024.07.03 |
---|---|
[Illustrator] 일러스트 무료 설치(정품 인증) (221) | 2024.07.02 |
[JAVA11] 우분투 JAVA 11 설치하기 (1) | 2024.07.01 |
[Youtube Revanced] 유튜브 광고 없이 사용하기 (0) | 2024.06.08 |
[Kibana] 우분투 키바나 설치하기 (1) | 2024.04.16 |