Git usage
Git server - gitlab.proxy.itcollege.ee
Course uses this (and only this) git server: gitlab.proxy.itcollege.ee
Log in with your uni-id.
Usage - Create Your Course Repository (Gitlab)
Create a separate private repository for each game, project or solution in your course.
- Go to GitLab and log in.
- Click Create project → Create blank project.
- Select your personal namespace (
<uniid>). - Set both Project name and Project slug to
<course-code>-26f-<game-project-or-solution-name>, e.g.icd0008-26f-tictactoe. Here, 26 means 2026/2027 study year and f means fall. Spring would be 26s. - Select Private, uncheck Initialize repository with a README, and click Create project.
Example: If your Uni-ID is abc123, your repository URL will be https://gitlab.proxy.itcollege.ee/abc123/icd0008-26f-tictactoe
You can use this gitlab instance for one study year. Before the next school year begins, all data will be cleared and started from fresh.