audrey m. roy's tumblr

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

Posted via email from Audrey M. Roy | Comment »

Page 1 of 1