Hi, Just wondering what the protocol is for updating the webpages? Do you give out a login or do we just post it here?
I want to fix up the missing newlines that are making the git commands hard to read here: http://www.openscenegraph.org/index.php/download-section/code-repositories/31-git-mirror e.g. Lines like this... Code: ~/OpenSceneGraph (master)$ git remote -v origin :[your-github-account]/osg.git (fetch) origin :[your-github-account]/OpenSceneGraph.git (push) Should look like this... > ~/OpenSceneGraph (master)$ git remote -v > origin :[your-github-account]/osg.git (fetch) > origin :[your-github-account]/OpenSceneGraph.git (push) > Cheers, Paul[/code][/url] ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69985#69985 _______________________________________________ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org