UPDATE: Here are instructions from Fetch & Merge area of http://help.github.com/pull-requests/
$ git checkout master $ git remote add kneath git://github.com/kneath/jobs.git $ git fetch kneath $ git merge kneath/error-page $ git push origin master I modified the remote add instruction (keeping the example names for consistency only) and it APPEARS to have worked. ... $ git remote add kneath [email protected]/kneath/jobs.git ... If someone could let me know whether or not I've royally fouled up my repository, I would appreciate it. Should I have known to make the '@' for '://' substitution ? Based on what piece of knowledge ? Thanks -- You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/github?hl=en.
