I need to Merge selected changes from the 'Master' branch to a 'EnvT' branch.
During the Merge(Master to EnvT) lets say about 15 changes have been made to the 'Master' branch, all of the 15 changes is Staged and available within the 'Staged Changes', but out of those 15 changes I want to merge only 2 changes. So I Right Click on the 13 changes and 'Unstage' the changes. After resolving the merge conflicts I merge the 2 changes from the Master branch to the 'EnvT' branch. I commit the changes and push the changes to the 'EnvT' origin. All is well till now.
The problem is, the next time I do a merge from the 'Master' branch to the 'EnvT' branch the 13 changes that I 'Unstaged' in the previous merge operation does not appear under the 'Staged changes'. No matter what I do those changes does not come back in the next merge from Master to EnvT.
It would be awesome if someone can throw some light on what's going on. Any help would be highly appreciated.