diff options
author | Zeger-Jan van de Weg <zegerjan@gitlab.com> | 2016-04-13 21:20:03 +0200 |
---|---|---|
committer | Zeger-Jan van de Weg <zegerjan@gitlab.com> | 2016-04-14 14:49:45 +0200 |
commit | 0385cd5a585572be4d3b72797c14cad23efc48f5 (patch) | |
tree | 3f3f3e7d422b0b0a27e2042d7c8c0929af75cbe4 /doc/workflow | |
parent | c0678f2d281242601560e2646cab1aa8a349c4bb (diff) | |
download | gitlab-ce-0385cd5a585572be4d3b72797c14cad23efc48f5.tar.gz |
Start with iid on branch creation
Diffstat (limited to 'doc/workflow')
-rw-r--r-- | doc/workflow/web_editor.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/workflow/web_editor.md b/doc/workflow/web_editor.md index 5685a9d89dd..1832567a34c 100644 --- a/doc/workflow/web_editor.md +++ b/doc/workflow/web_editor.md @@ -85,7 +85,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 suffix it will have its ID. Thus, the example screenshot above will yield a branch named -`et-cum-et-sed-expedita-repellat-consequatur-ut-assumenda-numquam-rerum-2`. +`2-et-cum-et-sed-expedita-repellat-consequatur-ut-assumenda-numquam-rerum`. After the branch is created, you can edit files in the repository to fix the issue. When a merge request is created based on the newly created branch, |