I have two branches Dev and Feature1. I worked on Feature1, creating the specified function and doing it. Then I wrote the code for Feature2, but passed it in the Feature1 branch instead of the new branch (Feature2). So now I have two functions in the Feature1 branch as two separate commits, but I want to include the second function in Dev.
What is the mercury way to do this?
source
share