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:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-10-10 22:36:30 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-10-10 22:36:30 +0300
commiteecccf5e206ffdac6d29f757804165654324ea31 (patch)
treefdb1cdf181a6cff6acf4b67b589a6011bc1fc9e7 /doc/gitlab-basics/create-branch.md
parent4c8ea149edff0f03390db7f287753fc6c23fb75a (diff)
Change img dir name
Diffstat (limited to 'doc/gitlab-basics/create-branch.md')
-rw-r--r--doc/gitlab-basics/create-branch.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/gitlab-basics/create-branch.md b/doc/gitlab-basics/create-branch.md
index 7556b0f663e..8f078c7692f 100644
--- a/doc/gitlab-basics/create-branch.md
+++ b/doc/gitlab-basics/create-branch.md
@@ -8,19 +8,19 @@ To add changes to your GitLab project, you should create a branch. You can do it
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)
+![Select a project](img/select_project.png)
Click on "commits" on the menu on the left side of your screen:
-![Commits](basicsimages/commits.png)
+![Commits](img/commits.png)
Click on the "branches" tab:
-![Branches](basicsimages/branches.png)
+![Branches](img/branches.png)
Click on the "new branch" button on the right side of the screen:
-![New branch](basicsimages/newbranch.png)
+![New branch](img/newbranch.png)
Fill out the information required:
@@ -30,10 +30,10 @@ Fill out the information required:
1. Click on the button "create branch"
-![Branch info](basicsimages/branch_info.png)
+![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](basicsimages/branch_name.png)
+![Branch name](img/branch_name.png)