Contributing to Bitcoin Core
便利
How to review a PR
add following to .git/config to fetch PR branches
code:/.git/config
fetch = +refs/pull/*/head:refs/remotes/upstream-pull/*
url = git@github.com:bitcoin/bitcoin.git
github は PR を /pull/<pr-number>/head に置いている
then you can fetch all PR branchs by
$ git fetch upstream-pull
ACK
Concept ACK, Design ACK について
Test の wallet には専用の wallet を使う