Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
4 Odpowiedzi
29065 Widoki

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 ?

Awatar
Odrzuć

How many branches in git do you have?

Autor

Have two branch, staging and master.

Did you use Rebase & merge or merge?

Najlepsza odpowiedź

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
lis 23
9063
0
lip 20
3161
1
cze 23
2544
3
lut 22
11251
1
maj 21
4980