Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 GCP CSR,是否可以将存储库的默认分支更改为其他分支master?除了首先显示在 CSR UI 中的分支之外,这对功能没有太大影响。但是,我可以在 GitHub 中更改它。
master
不,您不能将默认分支从 master 更改为 Google Cloud Source 存储库中的某个内容。但是,我用来直接在 UI 中访问我的分支的一个技巧是通过以下链接:
https://source.cloud.google.com/<project-id>/<repo-name>/+/<branch-name>
git config --global init.defaultBranch <name>
应该做的伎俩