Skip to content
Snippets Groups Projects
Select Git revision
  • move-gl-dropdown
  • improve-table-pagination-spec
  • move-markdown-preview
  • winh-fix-merge-request-spec
  • master default
  • index-namespaces-lower-name
  • winh-single-karma-test
  • 10-3-stable
  • 36782-replace-team-user-role-with-add_role-user-in-specs
  • winh-modal-internal-state
  • tz-ide-file-icons
  • 38869-milestone-select
  • update-autodevops-template
  • jivl-activate-repo-cookie-preferences
  • qa-add-deploy-key
  • docs-move-article-ldap
  • 40780-choose-file
  • 22643-manual-job-page
  • refactor-cluster-show-page-conservative
  • dm-sidekiq-versioning
  • v10.4.0.pre
  • v10.3.0
  • v10.3.0-rc5
  • v10.3.0-rc4
  • v10.3.0-rc3
  • v10.3.0-rc2
  • v10.2.5
  • v10.3.0-rc1
  • v10.0.7
  • v10.1.5
  • v10.2.4
  • v10.2.3
  • v10.2.2
  • v10.2.1
  • v10.3.0.pre
  • v10.2.0
  • v10.2.0-rc4
  • v10.2.0-rc3
  • v10.1.4
  • v10.2.0-rc2
40 results

create-group.md

Blame
  • Forked from GitLab.org / GitLab FOSS
    8458 commits behind the upstream repository.

    How to create a group in GitLab

    Your projects in GitLab can be organized in 2 different ways: under your own namespace for single projects, such as your-name/project-1 or under groups.

    If you organize your projects under a group, it works like a folder. You can manage your group members' permissions and access to the projects.


    To create a group:

    1. Expand the left sidebar by clicking the three bars at the upper left corner and then navigate to Groups.

      Go to groups

    2. Once in your groups dashboard, click on New group.

      Create new group information

    3. Fill out the needed information:

      1. Set the "Group path" which will be the namespace under which your projects will be hosted (path can contain only letters, digits, underscores, dashes and dots; it cannot start with dashes or end in dot).
      2. Optionally, you can add a description so that others can briefly understand what this group is about.
      3. Optionally, choose and avatar for your project.
      4. Choose the visibility level.
    4. Finally, click the Create group button.

    Add a new project to a group

    There are 2 different ways to add a new project to a group:

    • Select a group and then click on the New project button.

      New project

      You can then continue on creating a project.

    • While you are creating a project, select a group namespace you've already created from the dropdown menu.

      Select group