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-13 22:44:50 +0300
committerkaren Carias <karen@gitlab.com>2015-07-13 22:44:50 +0300
commit3020fa9945c9c15878ce043c961e764e02fa2511 (patch)
treec8fb02390b808a4caf9329828a3b26688e81691b /doc/gitlab-basics/create-branch.md
parent10e8fd46b1b6b91adb253c08dba4eb53fb2a6f6d (diff)
added link to doc
Diffstat (limited to 'doc/gitlab-basics/create-branch.md')
-rw-r--r--doc/gitlab-basics/create-branch.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gitlab-basics/create-branch.md b/doc/gitlab-basics/create-branch.md
index b0a26176b31..3521de6bea3 100644
--- a/doc/gitlab-basics/create-branch.md
+++ b/doc/gitlab-basics/create-branch.md
@@ -3,9 +3,9 @@
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 or in [GitLab.com](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](https://gitlab.com).
-To create a new branch in [GitLab.com](https://gitlab.com), sign in and then select a project on the right side of your screen:
+To create a new branch in GitLab, sign in and then select a project on the right side of your screen:
![Select a project](basicsimages/select_project.png)