All LABS domain users have access to faculty's git server operating under Gitea software. It is available at https://git.wmi.amu.edu.pl.
After loggin in with LABS domain credentials, user has access to public repositories and those to which he has appropiate privileges. Everyone can also create a new repository.
In a top right corner symbol "+" is located. After clicking on it choose "New repository".
On a next screen enter name of a repository you want to create. It's the only required field. However, Gogs gives us possibility of automatic repository initialization with appropiate .gitignore
file and/or license.
After choosing a license or technologies used to generate
.gitignore
set field Initialize this repository with selected files and template
Ater clicking Create Repository repository should be created.