如何对其他团队隐藏 git 个功能分支?

How to hide git feature branches from other team?

我有一个 Azure DevOps Git 存储库,目前有两个团队正在处理该存储库。 我们在 'feature/' 下为每个团队创建了单独的文件夹。我们可以对 team-2 隐藏 team1 的功能文件夹吗?

使用 git tf permission 命令,我能够限制对其他团队文件夹的贡献访问。但我只是不想让其他团队成员看到功能团队文件夹。

Please click here to view my branch folder structure

根据图片,team-1 成员应该只能看到 'feature/team-1/' 个分支。 'feature/team-2/' team-1 的人应该看不到。

不支持在 Azure DevOps 中为其他团队隐藏特定分支 UI。

只支持隐藏一个团队的特定repo,不支持分支级别。