📌  相关文章
📜  github 更改最后一次提交消息 - Shell-Bash 代码示例

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

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