Git Hosting
Jump to navigation
Jump to search
We have a gitea instance running off of caffeine. You can sign in via LDAP to the web interface. Projects used by CSC as a whole are owned by the public organization.
Creating a personal project
On caffeine, run become_club git
and create the directory /srv/git/username
.
Login to aspartame and run, as root, chown username /srv/git/username
.
As your regular user, you can now create subdirectories under /srv/git/username
using
git init --bare projectname.git
.
See the previous section for instructions on how to clone/push to your repo.