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.
我知道在基石中,GUI 将报告存储库中“添加/删除/冲突”的文件。bzr 有可以做类似事情的命令吗?谢谢!
该bzr status命令会告诉您待处理的更改:
bzr status
如果您安装了 Bazaar Explorer 插件(Windows 和 Mac OS X 默认包含),那么您也可以使用 Bazaar Explorer 向您显示相同的信息。在 Windows 上,您可以从 Program Files 或开始菜单打开 Bazaar Explorer,在其他系统上您可以运行bzr explorer /path/to/project.
bzr explorer /path/to/project