如何撤销软件包更新
bundle update和bundle install非常棒。 但是,如果发生错误,是否有一个很好的方法来undo bundle install和bundle update ?
有一个明显的方法:
git checkout -- Gemfile.lock
它假设你使用git – 但谁现在不是天,我拥有一切在git。
bundle update和bundle install非常棒。 但是,如果发生错误,是否有一个很好的方法来undo bundle install和bundle update ?
有一个明显的方法:
git checkout -- Gemfile.lock
它假设你使用git – 但谁现在不是天,我拥有一切在git。