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 g...@github.com/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 git...@googlegroups.com.
To unsubscribe from this group, send email to 
github+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/github?hl=en.

Reply via email to