When I resolve a conflict, I have a merge commit in addition to the "real commit" I've made. It looks as following:
Merge branch 'master' of http://myDomain.com/git/SIMULATOR What is the best way to squash it into my "real commit", so that I have only one commit when pushing it to the server?