Git - 私有多仓库票据/发行系统

发布于 2024-12-05 02:01:41 字数 153 浏览 0 评论 0原文

我正在开发一个个人项目,并使用简单的 git-ssh 解决方案将我的存储库存储在共享服务器上来跟踪我的开发人员。

拥有多个存储库,是否有办法拥有单一票证/发行系统并浏览源代码。我尝试过 git-web,但我不确定是否可以将它用于多个存储库。关于多个仓库的单票系统有什么想法吗?

I'm working on a personal project and keeping tracks of my dev using a simple git-ssh solution to store my repos on a shared server.

Having multiple repos, is there a way to have a single ticket/issue system and to browse source code. I have tried git-web, but I'm not sure I could use it for multiple repos. Some idea about single ticket system for multiple repos?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

姐不稀罕 2024-12-12 02:01:41

Bugzilla 支持多个项目以及每个项目中的多个组件。

Bugzilla supports multiple projects and multiple components in each project.

梦幻的味道 2024-12-12 02:01:41

您可以使用基于 git 的票证跟踪系统,例如 ticgit,并在所有存储库之间共享它,或者只是将其放入您与其他人一起管理的自己的单独存储库中。

You could use a git-based ticket tracking system like ticgit, and have it either shared between all of your repositories, or just put it in it's own separate repository that you manage along with your others.

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