8 Dec
2013
8 Dec
'13
4:36 p.m.
On 12/08/2013 05:16 PM, Edward Diener wrote:
On 12/8/2013 11:14 AM, Edward Diener wrote:
For a Boost submodule repository is write permission for that repository needed to create a new branch ?
I should have said: to create and push a new branch.
If we assume you have a local clone that you created you should be able to make the branches you need there. Then when you push, you need to modify some remote repository, by default the one you cloned from. So you need write access to that repository. Branches are just like other changes when it comes to write access. -- Bjørn