37
edits
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
At some stage, someone might put up a full tutorial showing how to use git, but for now, here's a badly written and terribly phrased guide on how to get and use a repository on redbrick's git hosting area. | At some stage, someone might put up a full tutorial showing how to use git, but for now, here's a badly written and terribly phrased guide on how to get and use a repository on redbrick's git hosting area. | ||
Redbrick do not host your gits any more. The best place for this is [http://www.github.com github] | |||
== Getting a git repository on Redbrick == | == Getting a git repository on Redbrick == | ||
Redbrick hosts git repositories for users. You (and any other users you want) can have write access to the repository. The world has read-only access via the web interface at http://git.redbrick.dcu.ie (although I'm not sure that they can actually pull from there - the system is still a bit of a work in progress), so don't use this to host any code you don't want the world to see. It's perfect for any small open source projects you feel like starting though, or if you want to branch/fork an existing open source project that's hosted on git. | <strike>Redbrick hosts git repositories for users.</strike> (The admins use it for themselves) You (and any other users you want) can have write access to the repository. The world has read-only access via the web interface at http://git.redbrick.dcu.ie (although I'm not sure that they can actually pull from there - the system is still a bit of a work in progress), so don't use this to host any code you don't want the world to see. It's perfect for any small open source projects you feel like starting though, or if you want to branch/fork an existing open source project that's hosted on git. | ||
=== Can I have a private repository that the world can't see? === | === Can I have a private repository that the world can't see? === |