Assuming the merge commit is for master branch, follow the below steps:
- check out latest master. Run "git checkout <master>"
- git merge --no-ff $YOURBRANCHNAME
- enter commit message
- git push resultant HEAD into refs/for/master
Thanks to Oleg for this information