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 ?
此問題已被標幟
4
回覆
30976
瀏覽次數
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
|
11640 | ||
|
|
0
7月 20
|
4964 | ||
|
|
1
6月 23
|
4089 | ||
|
|
3
2月 22
|
13207 | ||
|
|
1
5月 21
|
6986 |
How many branches in git do you have?
Have two branch, staging and master.
Did you use Rebase & merge or merge?