diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-08-06 17:03:31 +0900 |
---|---|---|
committer | Marcel Amirault <mamirault@gitlab.com> | 2019-08-06 17:03:31 +0900 |
commit | 16dd4293062e43faab6facd7ba86499166cffad8 (patch) | |
tree | 3176e63e154ae5c36c48b268603545e3faf54bb8 /doc/gitlab-basics/create-branch.md | |
parent | b9e9989dbaec7d22c32f0f9544fbe06f433a12dd (diff) | |
download | gitlab-ce-docs-readme-deletion-4.tar.gz |
Fix links to redirected docsdocs-readme-deletion-4
Diffstat (limited to 'doc/gitlab-basics/create-branch.md')
-rw-r--r-- | doc/gitlab-basics/create-branch.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gitlab-basics/create-branch.md b/doc/gitlab-basics/create-branch.md index e2a2fb52af8..a59911e3877 100644 --- a/doc/gitlab-basics/create-branch.md +++ b/doc/gitlab-basics/create-branch.md @@ -6,7 +6,7 @@ type: howto A branch is an independent line of development in a [project](../user/project/index.md). -When you create a new branch (in your [terminal](basic-git-commands.md) or with +When you create a new branch (in your [terminal](start-using-git.md) or with [the web interface](../user/project/repository/web_editor.md#create-a-new-branch)), you are creating a snapshot of a certain branch, usually the main `master` branch, at it's current state. From there, you can start to make your own changes without |