📌  相关文章
📜  git revert one commit - Shell-Bash 代码示例

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

代码示例4
#ignore all changes, and back to last commit 

git add .
git stash