📌  相关文章
📜  用于合并的 git 更改提交消息 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:09.307000             🧑  作者: 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