summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2017-09-06 18:09:13 -0300
committerMarcia Ramos <virtua.creative@gmail.com>2017-09-06 18:09:13 -0300
commitd356c686cf8dcb5109603c043771e1d5da5b401a (patch)
treee29fb7e4fba071bf6c9ab6904a5995bef51157cf
parent2aa3eb43d062b232c1d422cee89d5e80086e88cf (diff)
downloadgitlab-ce-docs-new-topic-projects-settings.tar.gz
-rw-r--r--doc/user/project/repository/branches/index.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/user/project/repository/branches/index.md b/doc/user/project/repository/branches/index.md
index 4d40d182cf4..294ffe884eb 100644
--- a/doc/user/project/repository/branches/index.md
+++ b/doc/user/project/repository/branches/index.md
@@ -1,6 +1,6 @@
# Branches
-Read thought GiLab's branching documentation:
+Read through GiLab's branching documentation:
- [Create a branch](../web_editor.md#create-a-new-branch)
- [Default branch](#default-branch)
@@ -18,10 +18,14 @@ When you create a new [project](../../index.md), GitLab sets `master` as the def
branch for your project. You can choose another branch to be your project's
default under your project's **Settings > General**.
-The default branch is also the branched affected by the
+The default branch is the branched affected by the
[issue closing pattern](../../issues/automatic_issue_closing.html),
-which means that an issue will be closed when a merge request is merged to
-the **default branch**.
+which means that _an issue will be closed when a merge request is merged to
+the **default branch**_.
+
+The default branch is also protected against accidental deletion. Read through
+the documentation on [protected branches](../../protected_branches.md#protected-branches)
+to learn more.
## Delete merged branches