Archive for June, 2012

How to Work in a Personal Fork on Github and Do Pull Requests

Friday, June 29th, 2012

Say that you are following someone else’s project on github, and you want to submit a patch to their code. Unfortunately you don’t have access to their repository. Github recommends that you create a fork of their project — which is correct — but from there, their instructions are less helpful.

So, assuming that […]