logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

git-remote-bzr - Git remote support for Bazaar repositories

Author

       breezy-git, git-remote-bzr and this manual page were written by Jelmer Vernooij.

breezy-git 0.6.6                                   12/17/2011                                  GIT-REMOTE-BZR(1)

Bazaar

       Part of the breezy(1) suite

Bugs

       Please report bugs at https://launchpad.net/brz/+filebug

Description

       This command provides support for using bzr repositories as Git remotes, through the breezy-git plugin.
       At the moment it supports cloning from, fetching from and pushing into Bazaar repositories. Fetch support
       is still experimental, and may be slow.

License

       breezy-git and git-remote-bzr are licensed under the GNU GPL, version 2 or later.

Name

       git-remote-bzr - Git remote support for Bazaar repositories

See Also

git-remote-helpers(1), breezy(1)

Synopsis

       git clone bzr::<source-repo> [<destination>]
       git fetch bzr::<source-repo> [<destination>]

See Also