I have two branches stage
and master
.
I did a merge request to merge stage
into master
, upto 1000 changes. I merged and there was an error. So i click revert and all is well, master
is back to working codebase.
Now i fix the error on stage
branch and do another merge request to merge stage
into master
. Now it is showing 2 changes? There is at least 1000 changes i’ve done on stage
.
So i:
- Merged branch Stage To Master
- Was an error on Master so i reverted Merge
- Attempted another merge request
- Gitlab ignoring changes from step 1.
How do i solve?