get_branch
Retrieve detailed branch information including last commit hash, message, author, and timestamps. Verify a branch exists before creating a merge request.
Instructions
Get detailed information about a specific branch by name, including the last commit hash, message, author, and timestamps. Use this before creating a merge request to verify the branch exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Project owner alias | |
| project | Yes | Project alias | |
| branchName | Yes | Branch name |