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.
简单的问题。
我已经下载了 gnome-do 并且开始学习它。
我错误地删除了一个文件,现在我想用最新版本更新它。
执行此操作的 bzr 命令是什么?
我试过 bzr update 但它总是说我是最新的:(
删除的文件看起来像是未提交的更改。回滚该更改的 bzr 选项是什么?我尝试过还原,但只删除了整个项目的先前版本,并没有恢复我删除的文件:)
bzr revert <file>
这将带回文件。