How do I resolve a UU (merge conflict) without adding that file to the next commit.
For example, I just cherry picked a commit to another branch and there were merge issues. I solved the merge issue and want UU readme.txt changed to M readme.txt but it not be added to the next commit I make.
Thanks