I've come here even after looking at this link - How to resolve merge conflicts in Git? and many other links. Everywhere, it is mentioned that you need to do a 'git add' after resolving the conflicts in a text editor.
I've been using git for a few years now, and have managed to not use merge too often. So, every once in a while, I have to google the method to resolve after merge.
Hence, I think I haven't understood some part of git (or 'git add') that makes me forget that I need to do a 'git add'. Can anyone explain/point out to me what I am missing so that the next time I merge, doing a 'git add' is the logical thing to do after resolving conflicts?