2020-05-12

Why rebase failed ?

Rebase 가 안 될 때.

왜냐면 네가 복제한 저장소에 있는 마스터 브랜치 기본값은 보호되었기 때문.
보호된 브랜치는 rebase 안 된다.
보호 설정을 바꿀 수도 있지만 대개는 마스터를 MR을 위한 브랜치로 쓰면 안 된다.
새  브랜치를 만들고 MR을  만드시오.

MR이 있으면 소스 브랜치 바꿀 수 없으니 이 MR은 닫으시오.

설명대로 하니 Rebase 잘 된다.

It's because the "master" branch in your cloned repo is set "protected" as defaults. Protected branches can't be rebased. You can change this protection settings in your repo but in general you shouldn't use "master" branch for MRs. It is desirable to make a new branch nd use the branch for creating an MR.
You can't change the source branch in an existing MR so you need to close this MR.

댓글 없음:

댓글 쓰기