I found a way to use add remote control.
So, after you select a separate branch, you set up a single branch to start with.
You can define a new remote
git remote add new_scope git@git.example.com:path/to.git -t NewScope/*
or
git remote add new_branch git@git.example.com:path/to.git -t new_branch
source
share