diff options
author | Sven Gothel <[email protected]> | 2009-11-10 04:18:06 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-11-10 04:18:06 +0100 |
commit | 1c73b8b7d9bdc6e060b1a81c3b92c998df1359e2 (patch) | |
tree | 05a92a6a8a7e3c779cf1cb89edce3fef690331b5 /doc/wiki | |
parent | 87eb12f5846ccef587c5945ced99b778bcd67ba6 (diff) |
kenai -> github
Diffstat (limited to 'doc/wiki')
-rw-r--r-- | doc/wiki/FAQ.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/wiki/FAQ.xml b/doc/wiki/FAQ.xml index f27736ac0..25c3fe99d 100644 --- a/doc/wiki/FAQ.xml +++ b/doc/wiki/FAQ.xml @@ -9,16 +9,16 @@ __TOC__ Create a local copy/branch of the git repository, either anonymous: -* git clone git://kenai.com/gluegen~gluegen-git gluegen -* git clone git://kenai.com/jogl~jogl-git jogl -* git clone git://kenai.com/jogl~jogl-demos-git jogl-demos +* git clone git://github.com/sgothel/gluegen.git gluegen +* git clone git://github.com/sgothel/jogl.git jogl +* git clone git://github.com/sgothel/jogl-demos.git jogl-demos or via SSH and your user credential, so you can easily push back your -changes to the kenai server: +changes to the github server: -* git clone ssh://[email protected]/gluegen~gluegen-git gluegen -* git clone ssh://[email protected]/jogl~jogl-git jogl -* git clone ssh://[email protected]/jogl~jogl-demos-git jogl-demos +* git clone [email protected]:username/gluegen.git gluegen +* git clone [email protected]:username/jogl.git jogl +* git clone [email protected]:username/jogl-demos.git jogl-demos == How to participate and use git == |