這個 repository 使用於文章 【Git】使用 git revert 一次性還原多個提交 的操作練習
繁體中文 | English
git clone https://github.com/forgetfulengineer/git-revert-example.git
-
使用
git revert
還原指定或多個提交 -
了解
git revert <oldest-commit>..<latest-commit>
和git revert <oldest-commit>^..<latest-commit>
的差異 -
多個還原合併成一次提交
嗨!我是健忘工程師 😁,如果這個練習對你有幫助,也歡迎到我的 網站 逛逛其他學習筆記唷~