Pinned Posts

Recent Posts

Fetch github PRs from the command line

TL;DR For a single repo, add a special “refspec” for a remote (e.g. upstream): git config --add remote.upstream.fetch "+refs/pull/*/head:refs/pullreqs/*" wh...