summaryrefslogtreecommitdiff
path: root/doc/user/project/repository/branches
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-01-15 18:31:12 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-01-15 18:31:12 +0000
commit3d37cf795ce16e267e2625a98157cbf8bf4c7c32 (patch)
tree66bafc9a3ff82b2d9a57f8e6e0d31cdd741fc7b3 /doc/user/project/repository/branches
parent97a0bfd6a91295af7c94a3e108b33248016f3c41 (diff)
downloadgitlab-ce-3d37cf795ce16e267e2625a98157cbf8bf4c7c32.tar.gz
Add more information and refactor format of branch-related API topics
Diffstat (limited to 'doc/user/project/repository/branches')
-rw-r--r--doc/user/project/repository/branches/index.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/user/project/repository/branches/index.md b/doc/user/project/repository/branches/index.md
index 783081cec26..f05554ffc5b 100644
--- a/doc/user/project/repository/branches/index.md
+++ b/doc/user/project/repository/branches/index.md
@@ -2,16 +2,17 @@
Read through GiLab's branching documentation:
-- [Create a branch](../web_editor.md#create-a-new-branch)
-- [Default branch](#default-branch)
-- [Protected branches](../../protected_branches.md#protected-branches)
-- [Delete merged branches](#delete-merged-branches)
-- [Branch filter search box](#branch-filter-search-box)
+- [Create a branch](../web_editor.md#create-a-new-branch).
+- [Default branch](#default-branch).
+- [Protected branches](../../protected_branches.md#protected-branches).
+- [Delete merged branches](#delete-merged-branches).
+- [Branch filter search box](#branch-filter-search-box).
See also:
-- [GitLab Flow](../../../../university/training/gitlab_flow.md#gitlab-flow): use the best of GitLab for your branching strategies
-- [Getting started with Git](../../../../topics/git/index.md) and GitLab
+- [Branches API](../../../../api/branches.md), for information on operating on repository branches using the GitLab API.
+- [GitLab Flow](../../../../university/training/gitlab_flow.md#gitlab-flow). Use the best of GitLab for your branching strategies.
+- [Getting started with Git](../../../../topics/git/index.md) and GitLab.
## Default branch
@@ -41,7 +42,6 @@ this operation.
It's particularly useful to clean up old branches that were not deleted
automatically when a merge request was merged.
-
## Branch filter search box
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22166) in GitLab 11.5.