سؤال

How to revert the last commit and put the local changes into the workspace?

in Git I would do:

git reset --soft HEAD^

How can I do that in Bazaar?

هل كانت مفيدة؟

المحلول

The equivalent command in bazaar is: bzr uncommit

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top