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 reset --soft HEAD^
我怎么能在集市上做到这一点?
bazaar 中的等效命令是:bzr uncommit
bzr uncommit