I am a git user but now I need to work on a project that is hosted on launchpad.
I noticed that git and bzr are similar but apparently have some confusing differences.
In git when you clone a remote repo the local copy is automatically hooked to the remote repo url. Apparently this is not the case in Bzr.
So how do I add the remote URL in bzr? In git I would do something like this:
git remote add origin git@github.com:bar/foo.git