You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I clone a remote repo from launchpad everything works. For example git bzr clone lp:user/project/BRANCHNAME creates following directory structure.
When I clone a remote repo from launchpad everything works. For example
git bzr clone lp:user/project/BRANCHNAME
creates following directory structure.REPO
--.git
---------bzr
------------repo, .bzr
---------------branch-name1
-------------------------.bzr
But how to do the same without clonning as
BRANCHNAME
does not (yet) exists on launchpad?For example I want to push to lp:~user/project/BRANCHNAME, where
user
andproject
exists butBRANCHNAME
does NOT exist on launchpad.I tried with
git init
&git bzr init
; but it did not work.The text was updated successfully, but these errors were encountered: