📜  git edit merge commit message - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:39.595000             🧑  作者: Mango

代码示例2
For current Git versions (2020+), just do git rebase -i -r , 
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