summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics/create-branch.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-10-11 07:21:47 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-10-11 07:21:47 +0200
commit54642e5245df774eefc1a1bd82b9c033defb5bc1 (patch)
tree2013cf63b205cd6b0cc33229b6964241b5243c14 /doc/gitlab-basics/create-branch.md
parentec102fe8f1cce1a5b971807232550e3b1e0f9ae6 (diff)
downloadgitlab-ce-54642e5245df774eefc1a1bd82b9c033defb5bc1.tar.gz
Reference the web editor docs in GitLab basics "Create a branch"
Diffstat (limited to 'doc/gitlab-basics/create-branch.md')
-rw-r--r--doc/gitlab-basics/create-branch.md43
1 files changed, 8 insertions, 35 deletions
diff --git a/doc/gitlab-basics/create-branch.md b/doc/gitlab-basics/create-branch.md
index 8f078c7692f..ad94f0dad29 100644
--- a/doc/gitlab-basics/create-branch.md
+++ b/doc/gitlab-basics/create-branch.md
@@ -2,38 +2,11 @@
A branch is an independent line of development.
-New commits are recorded in the history for the current branch, which results in taking the source from someone’s repository (the place where the history of your work is stored) at certain point in time, and apply your own changes to it in the history of the project.
-
-To add changes to your GitLab project, you should create a branch. You can do it in your [shell](basic-git-commands.md) or in GitLab.
-
-To create a new branch in GitLab, sign in and then select a project on the right side of your screen:
-
-![Select a project](img/select_project.png)
-
-Click on "commits" on the menu on the left side of your screen:
-
-![Commits](img/commits.png)
-
-Click on the "branches" tab:
-
-![Branches](img/branches.png)
-
-Click on the "new branch" button on the right side of the screen:
-
-![New branch](img/newbranch.png)
-
-Fill out the information required:
-
-1. Add a name for your new branch (you can't add spaces, so you can use hyphens or underscores)
-
-1. On the "create from" space, add the the name of the branch you want to branch off from
-
-1. Click on the button "create branch"
-
-![Branch info](img/branch_info.png)
-
-### Note:
-
-You will be able to find and select the name of your branch in the white box next to a project's name:
-
-![Branch name](img/branch_name.png)
+New commits are recorded in the history for the current branch, which results
+in taking the source from someone’s repository (the place where the history of
+your work is stored) at certain point in time, and apply your own changes to it
+in the history of the project.
+
+To add changes to your GitLab project, you should create a branch. You can do
+it in your [terminal](basic-git-commands.md) or by
+[using the web interface](../user/project/repository/web_editor.md#create-a-new-branch).