다른 사람의 GitLab Repository에서 Branch 복사해오기
현생사는갓생지망생
GitLab에서 작업을 하다보면 현재 내 Repository가 아닌, 나의 다른 Repository 혹은 다른 사람의 Repository에서 Branch 복사가 필요한 경우가 간혹 있다 ✔︎ 예를 들면 target-repository의 dev branch → origin-repository의 feat/ci branch로 복사해오는 것이다 1. 복사해올 Repository를 원격 저장소로 추가 git remote add Remote 저장소 이름은 임의로 지정 git remote -v 명령어로 저장소 목록 확인 시 현재 내 저장소와 추가한 저장소가 함께 확인 된다 hyeonsaeng@MacBookPro origin-repository % git remote -v branch-copy-test (fetch) ..