25 Oct
2017
25 Oct
'17
7:05 p.m.
On 25 October 2017 at 19:17, Vinnie Falco via Boost
* Add a remote for the user submitting the pull request
git remote add blowaxd git@github.com:BlowXD/numeric_conversion.git
You can fetch the pull request from your own repo, see: https://help.github.com/articles/checking-out-pull-requests-locally/#modifyi... Or if you want to configure git to fetch all pull requests (including closed pull requests), do this in your repo: git config --add remote.origin.fetch "+refs/pull/*/head:refs/remotes/origin/pr/*"