我想撤消 git 历史记录“中间”的单个推送提交,即它不是最近的提交。
我应该使用git revert <commit hash>, git cherry-pick, 还是其他什么?
git revert <commit hash>
git cherry-pick
git
git ×1