I have following use case.
- I have a mainline branch.
- Created new branch(dev) from mainline.
- Did multiple commits(around 20) into dev branch and pushed into dev(remote) branch as well.
Now I want to merge all these 20 commits into single commit and move this to mainline. How exactly I can do this?
Thanks in Advance,
Shantanu