티스토리 뷰
728x90
협업 레포지토리의 commit 내역을 유지하면서 내 Github 저장소로 가져오기
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
만약, 가져오고 싶은 레포지토리의 주소가 'https://github.com/ljykevin3882/Tayong' (FROM) 라고 해보겠습니다
그리고 제가 가져올 레포지토리를 제 Github에 만든 후, 가져올 레포지토리 주소를 https://github.com/YEOMJINSEOP/Tayong (TO)라고 가정해보겠습니다.
터미널을 여신 후, 다음과 같은 순서로 Command를 작성하시면..
1. git clone https://github.com/ljykevin3882/Tayong.git
2. cd https://github.com/ljykevin3882/Tayong
3. git remote set-url --push origin https://github.com/YEOMJINSEOP/Tayong.git
4. git push --mirror
저만의 레포지토리에 복사가된 것을 보실 수 있습니다!
728x90
'⬛️ Git' 카테고리의 다른 글
[Git] 티스토리 예쁜 코드 블럭을 넣어보자(Github gist ) (0) | 2023.01.09 |
---|---|
[Git] 새로운 레포지토리(repository) 만들고 push하기 (0) | 2022.12.28 |
[Github] How to copy repositroy from others? (0) | 2022.12.19 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 함수
- JavaScript
- 자바스크립트
- Python
- DB
- 데이터베이스
- Browser
- zustand
- Context API
- error
- react
- mdn
- BOJ
- github
- 브라우저
- 파이썬
- leetcode
- 그래프
- 정렬
- useState
- 에러
- Component
- git
- 자료구조
- DOM
- 알고리즘
- CSS
- React Query
- state
- 리액트
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함
250x250