Toolkit git configuration : using a branch

Hi,

When creating new projects using the ‘advanced project configuration’, I’m using our git configuration stored on github, so I fill in our http url in when the advanced project wizard asks for it.

In this git config, I have a master branch and another branch ‘aces’. I would like to use the ‘aces’ branch instead of the master branch. Is this possible ? Is there a way to put the branch somewhere in the url ?

Or is it only possible to switch the branch once the git repo is copied locally ? (I’m not using a distributed config)

Thanks

You should be able to do this with a git_branch descriptor
https://developer.shotgridsoftware.com/tk-core/descriptor.html
Not sure how to do this for the project config, though.

Thanks

I’m going to fetch and checkout the remote branch after the project creation for now.