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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-22 06:11:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-22 06:11:57 +0300
commit89b761c7876bf8bbf60deb709e48be2d40ee900b (patch)
treec3af38d9da28d215dc3c3e810484d44f446005d0 /doc/api/branches.md
parent387586b33e16b04e897f149491daf290bf9fc6f6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/branches.md')
-rw-r--r--doc/api/branches.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/api/branches.md b/doc/api/branches.md
index f99c4443ac8..9518a8d5032 100644
--- a/doc/api/branches.md
+++ b/doc/api/branches.md
@@ -231,3 +231,9 @@ Example request:
```shell
curl --request DELETE --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/5/repository/merged_branches"
```
+
+## Related topics
+
+- [Branches](../user/project/repository/branches/index.md)
+- [Protected branches](../user/project/protected_branches.md)
+- [Protected branches API](protected_branches.md)