profile image

L o a d i n g . . .

방법

  1. 터미널 켜거나 Git bash 켜기
  2. 원본 저장소 복사 (Github 로 옮길 원본 Repository 주소)
    git clone --mirror [원본 레포지토리 경로]
  3. 해당 폴더 안으로 이동
    cd [원본 저장소 이름].git
  4. Github 에 Repository 를 새로 한개 만들고, 이동할 원격 레포지토리 주소 넣기
    git remote set-url --push origin [이동할 원격 레포지토리 주소]
  5. push 하기
    git push --mirror

출처

1. https://jennnn.tistory.com/86

복사했습니다!