X-Git-Url: http://git.i-scream.org/?a=blobdiff_plain;f=htdocs%2Fgit.xhtml;h=8d8b982388850a783a5a661c70e73dfefa74ca92;hb=ecd737579965fb7807c1a1dae33e2ab3f6cfbcb0;hp=448db0fce879b3eec4c0ea794f44061984ee0701;hpb=c8119d144162d6f3216c1f42ec8b7e12257e641e;p=www.i-scream.org.git diff --git a/htdocs/git.xhtml b/htdocs/git.xhtml index 448db0f..8d8b982 100644 --- a/htdocs/git.xhtml +++ b/htdocs/git.xhtml @@ -24,56 +24,14 @@ unless otherwise stated.

- Web Access + GitHub

- We use GitWeb to provide a visual frontend to the Git - repositories. It allows you to browse around each repository, - viewing any version of a file, and the differences between - different versions. There is also a link to download the - latest version of any section. + Our Git repositories are located on GitHub. You can find + then all under this GitHub Organisation.

- http://git.i-scream.org/ -

-

- Anonymous Git Access (read-only) -

-

- Anyone can access the i-scream Git repositories in anonymous - read-only mode. The following commands will both allow you - to check out the libstatgrab repository. To see what other - repositories are available you can look at the web frontend. - Choose whichever protocol you prefer. -

-
-git clone http://git.i-scream.org/libstatgrab
-git clone git://git.i-scream.org/libstatgrab
-
-

- Developer CVS Access (write) -

-

- The i-scream development team have write access to the - required Git repositories. This is only available over SSH on - a non-standard port. You will need to have a SSH key - installed on the server first. Then just clone and push - using ssh. -

-
-git clone ssh://git@git.i-scream.org/libstatgrab
-
-

- GitHub Mirror -

-

- Our Git repositories are mirrored on GitHub. The master - repository that we'll push commits to is located here, but - we provide the GitHub mirrors to make it easier for you to - make changes and work with our code. -

-

- http://github.com/i-scream + https://github.com/libstatgrab

Git guidelines