반응형
- 내 Github에 가져올 Repo의 이름과 동일한 새 Repo를 생성. 이때, README, gitignore, license는 모두 초기화하지 않는다.
- 가져올 Repo를 내 PC(local)에 다음과 같이 clone 한다.
git clone https://github.com/other-account/other-repository.git - clone한 local repo를 1번에서 만든 새 Repo와 연결
git remote add origin http://github.com/my-account/my-repo.git - git branch -M main
- git push -u origin main
3번부턴 그냥 아래처럼 github에 나와있는 대로 따라하면 됨
'기타 분야 > Git' 카테고리의 다른 글
warning: LF will be replaced by CRLF in ~ (0) | 2020.05.06 |
---|---|
Git(깃) 특정 브랜치 clone(클론) 하기 (0) | 2020.02.24 |
좋은 커밋 메세지 작성법 (0) | 2020.02.05 |
[Error] 소스 트리 커밋 에러 | unable to auto-detect email address (0) | 2020.02.05 |
댓글