git工作流程模型&分枝
我有这个有趣的链接 http://nvie.com/posts/a -成功-git-分支-模型/ 所以我对此有疑问:
如何初始化“origin”存储库(裸)或工作分支?
你什么时候进行最终整合?如果来源是一个裸仓库,那么我需要在本地分支上执行此操作,然后将其推送到公共(裸)仓库?
此致, 彼得
I've got this interesting link http://nvie.com/posts/a-successful-git-branching-model/
So I have question regarding it:
How to initialize "origin" repo (as bare) or working branch?
When do you do final integration? If the origin is a bare repo then I need to do it on local branch then push it to public(bare) repo?
Best regards,
Peter
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您打算将其用作服务器,那么它应该是裸露的。因此您可以从那里推送和拉取更改和分支。
如果它不是裸露的,您将收到这样的消息,解释为什么它应该是裸露的:
If you intend to use it as server it should be Bare. So you can push and pull changes and branches from there.
If it is not bare, you would receive a message like this, explaining why it should be bare: