Sep 11 2010
∞
How to apply those “failed” changes from your GitHub fork queue
This is what you do to apply “Will likely not apply cleanly” changes
in your GitHub fork queue. git remote add ddurst http://github.com/ddurst/whydjango-ideas.git
git remote update
git pull ddurst master
git status
git push
in your GitHub fork queue. git remote add ddurst http://github.com/ddurst/whydjango-ideas.git
git remote update
git pull ddurst master
git status
git push