Don't know, how to describe it in a short title... Here is my problem.
We have two branches feature-100, feature-150 and the develop-branch.
I'am working on 150, and need a feature from branch-100. Branch-100, is some weaks old, and were never been merged to develop. One fellow, bring the changes from 100 via cherry-pick to develop. So the idea way, just "update" my 150 with the current develop, to get this treasured feature.
I've try my branch
- merge from develop
- rebase my branch from develop
But all this actions overwrites my changes on the branch. One info more, my changes on 150 are already pulled on remote/150.
Any idea, how to handle this ?