그냥 방치되어있는 레포지토리들을 저장소 하나에 합쳐보자
1. 터미널로 base repository가 될 곳에 접근
2. 옮길 repository를 1번 base repository에 옮긴다. (아래의 명령어 사용)
git subtree add --prefix={옮길저장소} {옮길저장소주소(.git)} {브랜치}
3. git push
끝
간단한데 한번씩 쓰는거라 자꾸 깜빡해서 정리
'development > github' 카테고리의 다른 글
[github] github push 실패😭 fatal: unable to access 'repository' : The requested URL returned error: 403 (0) | 2021.07.28 |
---|
댓글