Merged one branch into my branch, but I reverted that merge. I merged again by
git checkout branch1
git merge branch2
but it says already up to date, however, I don't see any changes in my branch. It is still not merged and didn't have those merge conflicts as it had those earlier.