Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 git 存储库中有一个项目,带有一个 git 子模块。我对项目和子模块都进行了更改,并提交了项目。
显然我应该先提交子模块,然后提交项目。下次我会这样做。
同时,我该如何恢复?
您可以使用 git reset HEAD~1 返回到提交前的状态。