-
-
Notifications
You must be signed in to change notification settings - Fork 486
Home
Povilas Kanapickas edited this page Jan 18, 2014
·
11 revisions
Welcome to the kicad-source-mirror wiki!
Clone this repository.
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
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 before pulling is recommended.