Se rendre au contenu
Menu
Cette question a été signalée
4 Réponses
29121 Vues

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 ?

Avatar
Ignorer

How many branches in git do you have?

Auteur

Have two branch, staging and master.

Did you use Rebase & merge or merge?

Meilleure réponse

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

Avatar
Ignorer
Publications associées Réponses Vues Activité
2
nov. 23
9144
0
juil. 20
3245
1
juin 23
2636
3
févr. 22
11322
1
mai 21
5031