Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
4 Risposte
28905 Visualizzazioni

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
Abbandona

How many branches in git do you have?

Autore

Have two branch, staging and master.

Did you use Rebase & merge or merge?

Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
nov 23
8857
0
lug 20
3024
1
giu 23
2455
3
feb 22
11105
1
mag 21
4861