bzr-receive-pack
Bazaar plugin providing Git integration
Install
- All systems
-
curl cmd.cat/bzr-receive-pack.sh
- Debian
-
apt-get install bzr-git
- Ubuntu
-
apt-get install bzr-git
- Kali Linux
-
apt-get install bzr-git
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install bzr-git
- Raspbian
-
apt-get install bzr-git
- Dockerfile
- dockerfile.run/bzr-receive-pack
bzr-git
Bazaar plugin providing Git integration
This is a plugin for Bazaar that adds the ability to use Git repositories, both local and remote (git://, git+ssh:// and http://). It integrates with the regular Bazaar UI, and provides a new Bazaar subcommand `git-import` which imports all branches from a Git repository. An experimental remote helper for Git that can push to and fetch from Bazaar branches is also provided.