📜  git revert 多次提交一次提交 - 任何代码示例

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

代码示例1
# Revert the last n commits, but don't commit anything.
git revert --no-commit HEAD~n..