I have created one new branch X
Then I merge this branch with local master and push local master to origin
Then I do more changes on branch X
I would like to push these changes to origin but on origin, I would like that only previous commit message get appeared i.e. i would like merge new changes to last commit on origin.
Is it possible?