robertosfield wrote:
> 
> Do you know what steps do members of the community need to do to fix
> things?  Perhaps we can pass instructions on via comments of each pull
> request.


Hi Robert,

Since you rewrote the entire history I had to hard reset all my branches in my 
forked repo. So for each branch I was had do:


Code:
git checkout master
git reset --hard upstream/master
git push origin master -f



I also tried to rebase my old pull request to the new master. But that took 
forever. So I resetted that branch as well and recommitted my change. But even 
when I force pushed this branch to my repo, the corresponding pull request did 
not update and is still closed.

Regards
Björn

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=67175#67175





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to