Skip to content
gotgithub edited this page Aug 24, 2011 · 3 revisions

There are 2 git repositories for this project! One for the project itself, and one for the wiki!

Repository for the project itself

You can clone the repository using 3 different protocol:

$ git clone https://github.com/gotgithub/helloworld.git
$ git clone git://github.com/gotgithub/helloworld.git
$ git clone [email protected]:gotgithub/helloworld.git

Repository for the wiki

Use one of the following command. (pay attension to the .wiki suffix in the url)

$ git clone https://github.com/gotgithub/helloworld.wiki.git
$ git clone git://github.com/gotgithub/helloworld.wiki.git
$ git clone [email protected]:gotgithub/helloworld.wiki.git
Clone this wiki locally