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でそれを行うにはどうすればよいですか?