summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics
diff options
context:
space:
mode:
authorkaren Carias <karen@gitlab.com>2015-07-16 11:18:10 -0700
committerkaren Carias <karen@gitlab.com>2015-07-16 11:18:10 -0700
commit53d40b8ab1275fa39e1ae4b82a228ccf731045f9 (patch)
tree4ade07503369c5964e0eeabb860e14ee040b63a0 /doc/gitlab-basics
parent3020fa9945c9c15878ce043c961e764e02fa2511 (diff)
downloadgitlab-ce-53d40b8ab1275fa39e1ae4b82a228ccf731045f9.tar.gz
changed some text
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r--doc/gitlab-basics/create-branch.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/gitlab-basics/create-branch.md b/doc/gitlab-basics/create-branch.md
index 3521de6bea3..a8afbfe53d7 100644
--- a/doc/gitlab-basics/create-branch.md
+++ b/doc/gitlab-basics/create-branch.md
@@ -3,7 +3,7 @@
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](https://gitlab.com).
+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:
@@ -31,8 +31,8 @@ Fill out the information required:
![Branch info](basicsimages/branch_info.png)
-After you created a new branch, click on the files on which you'll be working.
-
-You will be able to find and select the name of your branch in the white box next to the project's name:
+### 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](basicsimages/branch_name.png)