コンテンツへスキップ
メニュー
この質問にフラグが付けられました
4 返信
29134 ビュー

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

アバター
破棄
関連投稿 返信 ビュー 活動
2
11月 23
9149
0
7月 20
3247
1
6月 23
2640
3
2月 22
11323
1
5月 21
5036