In GitLab you can create a new project/repository not only through a user interface, but also from the command line.
When you create a new local Git repository and then push it to GitLab, if this repository doesn’t exit there, the corresponding project for it will be created automatically.
This short note shows how to create a new project/repository on GitLab from the command line. (more…)