Skip to content

Maintainers

Sylvain Bellemare edited this page Nov 1, 2016 · 2 revisions

This page is meant to provide help for maintainers of the BigchainDB projects.

Checkout a Pull Request Locally

$ git fetch upstream pull/ID/head:BRANCHNAME
$ git checkout BRANCHNAME

See https://help.github.com/articles/checking-out-pull-requests-locally/

Clone this wiki locally