In my GIT there are two branches we have created :
- release/8.25
- release/8.26
Before release/8.26 was added I have started making change to release/8.26 locally in my release/8.25 and committed them locally.
Now I merged my local release/8.25 to local release/8.26 so that I can promote the change from release/8.26 not from release/8.25. 
But when I pushed the changes both branches get updated with my code.
I only want to push in release/8.26. 
Please let me know how I can merge my changes.
 
    