get_default_branch
Retrieve the default branch and last commit info for a project, providing the base branch needed for comparisons and merge requests.
Instructions
Get the default (main) branch of a project with full details including last commit info. Use this when you need the base branch name for comparisons or merge requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Project owner alias | |
| project | Yes | Project alias |