summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-08-12 10:38:04 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-12 10:38:04 +0000
commit7a48b4d6b0f3e92887407768d639d13489d0d495 (patch)
tree9f38b3741abd8abc7788f2a823c5729b3ec5b8b9
parent598e9ff90f3e21158e017f10b8bb612284deb1b3 (diff)
parent589daeb883aef7470c2d269df67fd0680144e9d2 (diff)
downloadgitlab-ce-7a48b4d6b0f3e92887407768d639d13489d0d495.tar.gz
Merge branch 'docs-correct-new-branch-text-instead-of-lorem-ipsum' into 'master'
Replace Lorem Ipsum with actual screenshot text in docs See merge request gitlab-org/gitlab-ce!31412
-rw-r--r--doc/user/project/repository/web_editor.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/repository/web_editor.md b/doc/user/project/repository/web_editor.md
index 09a5cdabc00..b5299eaca27 100644
--- a/doc/user/project/repository/web_editor.md
+++ b/doc/user/project/repository/web_editor.md
@@ -105,7 +105,7 @@ Once you click it, a new branch will be created that diverges from the default
branch of your project, by default `master`. The branch name will be based on
the title of the issue and as a prefix, it will have its internal ID. Thus, the example
screenshot above will yield a branch named
-`2-et-cum-et-sed-expedita-repellat-consequatur-ut-assumenda-numquam-rerum`.
+`23177-add-support-for-rich-references-to-referables`.
Since GitLab 9.0, when you click the `New branch` in an empty repository project, GitLab automatically creates the master branch, commits a blank `README.md` file to it and creates and redirects you to a new branch based on the issue title.
If your [project is already configured with a deployment service][project-services-doc] (e.g. Kubernetes), GitLab takes one step further and prompts you to set up [auto deploy][auto-deploy-doc] by helping you create a `.gitlab-ci.yml` file.