1GIT-REMOTE-BZR(1) Git Manual GIT-REMOTE-BZR(1)
2
3
4
6 git-remote-bzr - Git remote support for Bazaar repositories
7
9 git clone bzr::<source-repo> [<destination>]
10 git fetch bzr::<source-repo> [<destination>]
11
12
14 This command provides support for using bzr repositories as Git
15 remotes, through the breezy-git plugin. At the moment it supports
16 cloning from, fetching from and pushing into Bazaar repositories. Fetch
17 support is still experimental, and may be slow.
18
20 Please report bugs at https://launchpad.net/brz-git/+filebug
21
23 breezy-git and git-remote-bzr are licensed under the GNU GPL, version 2
24 or later.
25
27 git-remote-helpers(1), breezy(1)
28
30 Part of the breezy(1) suite
31
33 breezy-git, git-remote-bzr and this manual page were written by Jelmer
34 Vernooij.
35
36
37
38breezy-git 0.6.6 12/17/2011 GIT-REMOTE-BZR(1)