I have the following use case.
- I have a mainline branch.
- Created a new branch (dev) from mainline .
- Divided several transactions (about 20) in the dev branch and clicked on the dev branch (remote).
Now I want to combine all these 20 commits into a single commit and move it to mainline . How can i do this?
Thanks Advance,
Shantanu
source share