赞
踩
git commit --amend
git log --oneline --graph
git rebase -i <commit前一次的哈希值>
git rebase --continue
git push --force