-
-
Notifications
You must be signed in to change notification settings - Fork 487
Home
Povilas Kanapickas edited this page Jan 18, 2014
·
11 revisions
Welcome to the kicad-source-mirror wiki!
Install the official git-bzr bridge that comes along with git. Other plugins are not supported as they produce different commit hashes.
sudo apt-get install git-bzr
Clone this repository
Add a bzr remote:
git remote add origin bzr::/location/to/your/bzr/checkout
Pull
git pull origin master
That's it!
The bridge seems to be a bit unstable at the moment, removing .git/bzr
directory (if it exists) before pulling is recommended.