使用 Mercurial 将代码添加到 bitbucket 的正确目录结构

发布于 2024-11-06 13:20:55 字数 391 浏览 1 评论 0原文

我这里有一个项目存储库。它不仅仅包含代码。它有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半夏半凉 2024-11-13 13:20:55

单击“源”选项卡可以看到用于克隆、推送和拉取(基本上所有同步任务)的相应 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:
enter image description here

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文