Launchpad lets you do something like this:
bzr push ~user/+junk/mybranch
And it will create a junk
bzr branch.
I would like to do the same using a git repository. Is that possible?
Launchpad lets you do something like this:
bzr push ~user/+junk/mybranch
And it will create a junk
bzr branch.
I would like to do the same using a git repository. Is that possible?
There is no separate place for "junk" branches in git versus repositories for projects.
You just add a remote of
git+ssh://[email protected]/~USER/+git/
and push to that, as per the Launchpad Help on Git.