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
الردود
30991
أدوات العرض
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
|
11665 | ||
|
|
0
يوليو 20
|
4989 | ||
|
|
1
يونيو 23
|
4111 | ||
|
|
3
فبراير 22
|
13211 | ||
|
|
1
مايو 21
|
6997 |
How many branches in git do you have?
Have two branch, staging and master.
Did you use Rebase & merge or merge?