Whenever I hit git pull
, git opens the text editor asking for a merge commit message. However this message is already preloaded (as in the example below), and I simply save and close the window to finish the procedure.
Merge branch 'dev' of https://bitbucket.org/myproject into dev
In the case of my team, it does not make sense to customize this message. How do I disable this request?