Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
4 Ответы
29109 Представления

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

Аватар
Отменить
Related Posts Ответы Просмотры Активность
2
нояб. 23
9106
0
июл. 20
3228
1
июн. 23
2594
3
февр. 22
11299
1
мая 21
5020