如何将分支添加到 gitosis 中的存储库
我已经在我的机器上成功设置了 gitosis,并且我的项目安全地保存在 gitosis 服务器上。它目前没有分支(只有主分支)。如何向其添加分支? (我不是在谈论它的配置,我可以弄清楚,而是字面上添加一个分支)
我是否在本地存储库中添加一个分支并推送? 我在 gitosis 中做些什么吗?
干杯。
I have successfully setup gitosis on my machine and I have my project safely on the gitosis server. It currently has no branches (just master). How do I add a branch to it? (I am not talking about the config of it, I can figure that out, but literally adding a branch)
Do I add a branch in my local repo and push?
Do I do something in gitosis?
Cheers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用以下命令创建本地分支,
然后告诉远程您有一个新分支:
You create a local branch with:
and then you tell the remote you have a new branch with: