Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git edit merge commit message

For current Git versions (2020+), just do git rebase -i -r <parent>, 
then replace in the editor merge -C with merge -c.
This will open the merge commit's message in the editor during rebasing,
where you can change it
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #edit #merge #commit #message
ADD COMMENT
Topic
Name
3+1 =