Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
4 Відповіді
29183 Переглядів

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
9164
0
лип. 20
3263
1
черв. 23
2666
3
лют. 22
11361
1
трав. 21
5048