📌  相关文章
📜  如何在 git 中编辑旧的提交消息 - Shell-Bash 代码示例

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

代码示例2
# Displays a list of the last 3 commits on the current branch
$ git rebase -i HEAD~3