Set up own repo

Understanding Gitlab Namespaces

Gitlab allows for personal namespaces as well as groups.

'Personal' git repos (otherwise known as 'projects') should be set up in your personal namespace.

Git repos meant for team collaboration should be placed into a Gitlab Group.

You may invite collaborators into projects within your personal namespace, but its recommended to make a group.

Last updated