3
Every time I git pull
, git opens the text editor requesting a message for the merge commit. However this message is already loaded (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 makes no sense to personalize this message.
How do I disable this request?
I wouldn’t want to change the commits. I just want to know if it is possible not to request the customization of the commit message, always using the same default message.
– Murillo Goulart
This strategy works, but it’s constantly rewriting the branch history at each location. For some flows this works better than for others, depending on how developers work and maybe the size of the changes in each location.
– Ricardo Moraleida