list_repository_branches
Retrieve and manage branch details in a repository by specifying the owner, repository name, and pagination parameters. Simplify repository navigation and branch tracking.
Instructions
List branches in a repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
owner | Yes | 代码仓库的所有者,一般称之为'用户名(username)'。该名称不区分大小写。 | |
page | No | 分页页码 | |
per_page | No | 分页结果数 | |
repo | Yes | 代码仓库名称。该名称不区分大小写。 |