I am working with Azure DevOps Git
. I have a repo with 2 branches Development and Release. I made 5 changes in Release branch, all in different folders, all in different commits. Now I need to merge only 3 of those changes to Development branch i.e. 2 of those changes should not be merged into Development branch. How can I do that?
In Azure web page, I went to my repo, click on Pull requests link to open it, then click on New Pull request button to start creating new Pull request. Then for source branch I select Release branch, and for target branch I select Development branch. Its Files tab shows 5 files. But I dont see any option to not select any of them.