The git repository for BookKeeper is https://git-wip-us.apache.org/repos/asf/bookkeeper.git. This is our primary repository and all commits must be pushed it to.
We also have a mirror on github, http://github.com/apache/bookkeeper. Note, that this is a readonly mirror. We do not accept pull requests through github at this time.
Contributions to BookKeeper must go through our bug tracking system. A suggested workflow is as follows:
git checkout -b BOOKKEEPER-1234 master
git format-patch --no-prefix master