@@ -146,7 +146,7 @@ Learn how to install, configure, update, and maintain your GitLab instance.
...
@@ -146,7 +146,7 @@ Learn how to install, configure, update, and maintain your GitLab instance.
-[Issue closing pattern](issue_closing_pattern.md): Customize how to close an issue from commit messages.
-[Issue closing pattern](issue_closing_pattern.md): Customize how to close an issue from commit messages.
-[Gitaly](gitaly/index.md): Configuring Gitaly, the Git repository storage service for GitLab.
-[Gitaly](gitaly/index.md): Configuring Gitaly, the Git repository storage service for GitLab.
-[Default labels](../user/admin_area/labels.md): Create labels that are automatically added to every new project.
-[Default labels](../user/admin_area/labels.md): Create labels that are automatically added to every new project.
-[Restrict the use of public or internal projects](../public_access/public_access.md#restricting-the-use-of-public-or-internal-projects): Restrict the use of visibility levels for users when they create a project or a snippet.
-[Restrict the use of public or internal projects](../public_access/public_access.md#restrict-use-of-public-or-internal-projects): Restrict the use of visibility levels for users when they create a project or a snippet.
-[Custom project templates](../user/admin_area/custom_project_templates.md): Configure a set of projects to be used as custom templates when creating a new project.
-[Custom project templates](../user/admin_area/custom_project_templates.md): Configure a set of projects to be used as custom templates when creating a new project.
@@ -28,7 +28,7 @@ The following aspects of a project are imported:
...
@@ -28,7 +28,7 @@ The following aspects of a project are imported:
References to pull requests and issues are preserved (GitLab.com & 8.7+), and
References to pull requests and issues are preserved (GitLab.com & 8.7+), and
each imported repository maintains visibility level unless that [visibility
each imported repository maintains visibility level unless that [visibility
level is restricted](../../../public_access/public_access.md#restricting-the-use-of-public-or-internal-projects),
level is restricted](../../../public_access/public_access.md#restrict-use-of-public-or-internal-projects),
in which case it defaults to the default project visibility.
in which case it defaults to the default project visibility.
The namespace is a user or group in GitLab, such as `gitlab.com/janedoe` or `gitlab.com/customer-success`. You can do some bulk actions to move projects to different namespaces in the rails console.
The namespace is a user or group in GitLab, such as `gitlab.com/janedoe` or `gitlab.com/customer-success`. You can do some bulk actions to move projects to different namespaces in the rails console.
is restricted, `/explore` is visible only to signed-in users.
## Create a project
## Create a project
To create a project in GitLab:
To create a project in GitLab:
...
@@ -148,7 +153,7 @@ and then [cloning the repository](../../gitlab-basics/start-using-git.md#clone-a
...
@@ -148,7 +153,7 @@ and then [cloning the repository](../../gitlab-basics/start-using-git.md#clone-a
locally, you can directly push it to GitLab to create the new project, all without leaving
locally, you can directly push it to GitLab to create the new project, all without leaving
your terminal. If you have access rights to the associated namespace, GitLab
your terminal. If you have access rights to the associated namespace, GitLab
automatically creates a new project under that GitLab namespace with its visibility
automatically creates a new project under that GitLab namespace with its visibility
set to Private by default (you can later change it in the [project's settings](../../public_access/public_access.md#how-to-change-project-visibility)).
set to Private by default (you can later change it in the [project's settings](../../public_access/public_access.md#change-project-visibility)).