使用 Mercurial 将代码添加到 bitbucket 的正确目录结构
我这里有一个项目存储库。它不仅仅包含代码。它有一个 wiki 和其他文档。
https://bitbucket.org/udfr/main/overview
我应该在哪个目录提交代码进入?有一个源选项卡,即以下目录: https://bitbucket.org/udfr/main/ src
在将代码放在那里之前,我想看看这是否是正确的方法。我想看看其他人是如何使用 bitbucket 来实现这一点的。
I have a project repository here. It houses more than just code. It has a wiki and other documentation.
https://bitbucket.org/udfr/main/overview
Which directory should I commit the code into? There is a tab for source, which is this directory: https://bitbucket.org/udfr/main/src
Before putting the code there, I wanted to see if this is the right approach. I wanted to see how other people are using bitbucket for this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
单击“源”选项卡可以看到用于克隆、推送和拉取(基本上所有同步任务)的相应 URL,如下所示:
Wiki 托管在不同的存储库中,可以通过附加
/wiki 到上面显示的 url。
此外,这些 URL 会根据您从存储库下拉菜单中选择的存储库而变化。
The appropriate URL to be used for cloning, pushing, and pulling (basically all synchronization tasks) can be seen by clicking on the Source tab as shown below:
The Wiki is hosted in a different repository and can be accessed by appending a
/wiki
to the url shown above.Also, these urls change based on which repository you have selected from the Repository pulldown menu.