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
Ответы
30959
Представления
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
нояб. 23
|
11628 | ||
|
|
0
июл. 20
|
4954 | ||
|
|
1
июн. 23
|
4080 | ||
|
|
3
февр. 22
|
13204 | ||
|
|
1
мая 21
|
6983 |
How many branches in git do you have?
Have two branch, staging and master.
Did you use Rebase & merge or merge?