GitLab Community Edition
Open source software to collaborate on code
Manage Git repositories with fine-grained access controls that keep your code secure. Perform code reviews and enhance collaboration with merge requests. Each project can also have an issue tracker and a wiki.
Authentication:
Note: The previous "LDAP" login method has been disabled.
Local users at Dept. of Computing Science login with Computing Science SSO
button.
External/Guests login with username and password in the login form.
Git via HTTPS
If you use git over https you must now use a personal access token (Login then go to Edit Profile
-> Acces Tokens
-> Add new token
), the token needs the write_repository
scope.
Though, we strongly recommend using git over SSH whenever possible.