Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
4 Besvarelser
29171 Visninger

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
Kassér

How many branches in git do you have?

Forfatter

Have two branch, staging and master.

Did you use Rebase & merge or merge?

Bedste svar

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
Kassér
Related Posts Besvarelser Visninger Aktivitet
2
nov. 23
9158
0
jul. 20
3259
1
jun. 23
2663
3
feb. 22
11357
1
maj 21
5044