1
.TH "GIT\-REMOTE\-BZR" "1" "12/17/2011" "breezy-git 0\&.6\&.6" "Git Manual"
4
.\" disable hyphenation
6
.\" disable justification (adjust text to left margin only)
9
git-remote-bzr \- Git remote support for Bazaar repositories
13
git clone bzr::<source\-repo> [<destination>]
14
git fetch bzr::<source\-repo> [<destination>]
19
This command provides support for using \fIbzr\fR 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.
22
Please report bugs at \fUhttps://launchpad.net/brz/+filebug\fR
24
breezy-git and git-remote-bzr are licensed under the GNU GPL, version 2 or later.
27
\fBgit-remote-helpers\fR(1), \fBbreezy\fR(1)
30
Part of the \fBbreezy\fR(1) suite
33
breezy-git, git-remote-bzr and this manual page were written by Jelmer Vernooij.