summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-04-13 11:31:06 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-04-13 11:31:06 +0300
commit4a09a6c6f21c0bcd48123759cd6804276d810929 (patch)
tree382d1a3a197c9db29551d31f6f536ee3c040334a /doc/gitlab-basics
parente35cb5a025e3f47fd7ab237b5cf368aa3b9b319d (diff)
downloadgitlab-ce-4a09a6c6f21c0bcd48123759cd6804276d810929.tar.gz
Move 'New branch from issue' feature doc to web_editor.md
[ci skip]
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r--doc/gitlab-basics/basicsimages/new_branch_button.pngbin120622 -> 0 bytes
-rw-r--r--doc/gitlab-basics/create-branch.md9
2 files changed, 0 insertions, 9 deletions
diff --git a/doc/gitlab-basics/basicsimages/new_branch_button.png b/doc/gitlab-basics/basicsimages/new_branch_button.png
deleted file mode 100644
index 394c139e17e..00000000000
--- a/doc/gitlab-basics/basicsimages/new_branch_button.png
+++ /dev/null
Binary files differ
diff --git a/doc/gitlab-basics/create-branch.md b/doc/gitlab-basics/create-branch.md
index 9d688b9389b..7556b0f663e 100644
--- a/doc/gitlab-basics/create-branch.md
+++ b/doc/gitlab-basics/create-branch.md
@@ -32,15 +32,6 @@ Fill out the information required:
![Branch info](basicsimages/branch_info.png)
-## From an issue
-When an issue should be resolved one could also create a branch on the issue page. A button is displayed after the description unless there is already a branch or a referenced merge request.
-
-![New Branch Button](basicsimages/new_branch_button.png)
-
-The branch created diverges from the default branch of the project, usually `master`. The branch name will be based on the title of the issue and as suffix its ID. Thus the example screenshot above will yield a branch named `et-cum-et-sed-expedita-repellat-consequatur-ut-assumenda-numquam-rerum-2`.
-After the branch is created the user can edit files in the repository to fix the issue. When a merge request is created the
-description field will display `Closes #2` to use the issue closing pattern. This will close the issue once the merge request is merged.
-
### Note:
You will be able to find and select the name of your branch in the white box next to a project's name: