콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
4 답글
29376 화면

Hi
When i try to merge the staging to master in SH , I got this error, 
"Pull request Already exist for XXX : staging"
Does anyone know what is the issue ?

아바타
취소

How many branches in git do you have?

작성자

Have two branch, staging and master.

Did you use Rebase & merge or merge?

베스트 답변

Hi,

This issue is because of the conflict between the master branch and staging branch.You can see the files which have conflicts from the GitHub itself and it can be resolved by deciding which code is to kept(either master or staging) from the GitHub.After resolving all conflicts you can merge successfully.

Hope it helps

아바타
취소
관련 게시물 답글 화면 활동
2
11월 23
9458
0
7월 20
3480
1
6월 23
2853
3
2월 22
11552
1
5월 21
5256