Assuming the merge commit is for master branch, follow the below steps:

  1. check out latest master. Run "git checkout <master>"
  2. git merge --no-ff $YOURBRANCHNAME
  3. enter commit message
  4. git push resultant HEAD into refs/for/master


Thanks to Oleg for this information