Commit 03044f43 authored by Stefanie Saffern's avatar Stefanie Saffern

Fixed abbreviated words replacing with long-form in create-project.md

in this issue: https://gitlab.com/gitlab-org/gitlab/-/issues/241791
parent 761542d3
...@@ -20,7 +20,7 @@ To create a project in GitLab: ...@@ -20,7 +20,7 @@ To create a project in GitLab:
- Create a [blank project](#blank-projects). - Create a [blank project](#blank-projects).
- Create a project using with one of the available [project templates](#project-templates). - Create a project using with one of the available [project templates](#project-templates).
- [Import a project](../user/project/import/index.md) from a different repository, - [Import a project](../user/project/import/index.md) from a different repository,
if enabled on your GitLab instance. Contact your GitLab admin if this is unavailable. if enabled on your GitLab instance. Contact your GitLab administrator if this is unavailable.
- Run [CI/CD pipelines for external repositories](../ci/ci_cd_for_external_repos/index.md). **(PREMIUM)** - Run [CI/CD pipelines for external repositories](../ci/ci_cd_for_external_repos/index.md). **(PREMIUM)**
NOTE: **Note:** NOTE: **Note:**
...@@ -129,7 +129,7 @@ To use a custom project template on the **New project** page: ...@@ -129,7 +129,7 @@ To use a custom project template on the **New project** page:
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/26388) in GitLab 10.5. > [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/26388) in GitLab 10.5.
When you create a new repository locally, instead of going to GitLab to manually When you create a new repository locally, instead of going to GitLab to manually
create a new project and then [clone the repo](start-using-git.md#clone-a-repository) create a new project and then [clone the repository](start-using-git.md#clone-a-repository)
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 will your terminal. If you have access rights to the associated namespace, GitLab will
automatically create a new project under that GitLab namespace with its visibility automatically create a new project under that GitLab namespace with its visibility
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment