I have this situation:
X-X-X-X-X-X-K-Y develop
|-Z-X-X-X-W experimental
I want to bringh the changes made in commit Y from the fist branch to the second and put it before the first commit in the second, Z I want then this:
X-X-X-X-X-X-K-Y develop
|-Z-X-X-X-W experimental
How can I do?