当我点击我的 repo 时如何直接登陆 github.com 的 non-master 分支
How to directly land on a non-master branch at github.com when I click on my repo
我主持了一个
github project。我所做的实际工作是在 ssd
分支(而不是 master
)。
当我登陆
github site via https://github.com/ and click on my repo ssd-spacenet
, I get the master
branch by default. What I want is
github 以指向我的工作分支(在本例中为 ssd
分支)而不是 master
分支时,当我单击 repo link。
现在,我必须转到分支按钮(顶部和右侧)和 select ssd
分支,因为主分支默认显示。
是否有一些设置?
谢谢。
在 Branches
菜单的项目设置中,您可以 select 您想要的默认值 branch
。更新后,当您对项目页面执行操作时,selected 分支将被 selected。
我主持了一个 github project。我所做的实际工作是在
ssd
分支(而不是 master
)。
当我登陆 github site via https://github.com/ and click on my repo
ssd-spacenet
, I get the master
branch by default. What I want is github 以指向我的工作分支(在本例中为
ssd
分支)而不是 master
分支时,当我单击 repo link。
现在,我必须转到分支按钮(顶部和右侧)和 select ssd
分支,因为主分支默认显示。
是否有一些设置?
谢谢。
在 Branches
菜单的项目设置中,您可以 select 您想要的默认值 branch
。更新后,当您对项目页面执行操作时,selected 分支将被 selected。