Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I initialize a repo that hasn't been pushed to launchpad and only resides on my computer? #67

Open
khurshid-alam opened this issue Jun 19, 2015 · 0 comments

Comments

@khurshid-alam
Copy link

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 and project exists but BRANCHNAME does NOT exist on launchpad.

I tried with git init & git bzr init; but it did not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant