我已经使用我的启动板项目快速设置
quickly configure bzr lp:~me/projectname/trunk
但是当我执行save
或share
时release
,没有代码被推送到存储库。这应该发生吗?如果不是,正确的工作流程是什么;1)bzr push
然后 2) quickly share
?因为后者会影响文件。还是应该反过来?
答案1
该quickly save
命令只会在本地保存(提交)您的工作。
请记住,您可以使用quickly help <commandname>
来了解有关命令的更多信息。在当前情况下:
$ quickly help save
Usage: quickly save [comments]
This command commits all changes since the last save to bzr. Note that
it does not push changes to any backup location. If you need revert
or otherwise use the revision control, use bzr directly:
$ bzr help
为了将其推送到 Launchpad 中的远程项目,您可以bzr
直接使用:
bzr push lp:projectname
第一次(你可能必须使用该--remember
选项)- 在后续推送中,您可以使用
bzr push
或bzr push :parent
答案2
请尝试以下操作:
quickly configure ppa projectname