Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaren Carias <karen@gitlab.com>2015-07-22 01:45:12 +0300
committerkaren Carias <karen@gitlab.com>2015-07-22 01:45:12 +0300
commit42130a97e992f608bf5deaf2afbe203f21d2e2b3 (patch)
treebed1dbae00109adda3eaa44c34485cb8a9670352 /doc/gitlab-basics/create-branch.md
parent2c4210f53843392991f08a143f70e0f9d40f1c19 (diff)
added Fork Project document
Diffstat (limited to 'doc/gitlab-basics/create-branch.md')
-rw-r--r--doc/gitlab-basics/create-branch.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gitlab-basics/create-branch.md b/doc/gitlab-basics/create-branch.md
index a8afbfe53d7..7556b0f663e 100644
--- a/doc/gitlab-basics/create-branch.md
+++ b/doc/gitlab-basics/create-branch.md
@@ -1,6 +1,7 @@
# How to create a branch
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.
@@ -32,7 +33,7 @@ Fill out the information required:
![Branch info](basicsimages/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](basicsimages/branch_name.png)