Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
3d37cf79
Commit
3d37cf79
authored
5 years ago
by
Evan Read
Committed by
Achilleas Pipinellis
5 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more information and refactor format of branch-related API topics
parent
97a0bfd6
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
83 additions
and
142 deletions
+83
-142
doc/api/branches.md
doc/api/branches.md
+75
-134
doc/user/project/repository/branches/index.md
doc/user/project/repository/branches/index.md
+8
-8
No files found.
doc/api/branches.md
View file @
3d37cf79
This diff is collapsed.
Click to expand it.
doc/user/project/repository/branches/index.md
View file @
3d37cf79
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment