How do I push multiple branches into one repo on github?

Asked by Marius Kruger

I managed to push a bazaar branch into github with:
bzr dpush git+ssh://<email address hidden>/amanica/junit-nonparameterized.git
On github I can see that this is now considered to be the master branch.
I'd like to push another branch in. Is there some url I can use?
I tried the following but it did not work:
bzr dpush git+ssh://<email address hidden>/amanica/junit-nonparameterized.git/noparams

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Git Plugin Edit question
Assignee:
No assignee Edit question
Solved by:
Jelmer Vernooij
Solved:
Last query:
Last reply:
Revision history for this message
Best Jelmer Vernooij (jelmer) said :
#1

This isn't supported yet at the moment because bzr does not support colocated branches yet at the UI level.

Revision history for this message
Marius Kruger (amanica) said :
#2

Thanks Jelmer Vernooij, that solved my question.

Revision history for this message
Marius Kruger (amanica) said :
#3

Thanks, I was hoping I'm just missing some special url that will do it.