I have successfully setup gitosis on my machine and I have my project safely on the gitosis server. It currently has no branches (just master). How do I add a branch to it? (I am not talking about the config of it, I can figure that out, but literally adding a branch)
Do I add a branch in my local repo and push? Do I do something in gitosis?
Cheers.