codecommit_get_branch: Returns information about a repository branch, including its...

View source: R/codecommit_operations.R

codecommit_get_branchR Documentation

Returns information about a repository branch, including its name and the last commit ID

Description

Returns information about a repository branch, including its name and the last commit ID.

See https://www.paws-r-sdk.com/docs/codecommit_get_branch/ for full documentation.

Usage

codecommit_get_branch(repositoryName = NULL, branchName = NULL)

Arguments

repositoryName

The name of the repository that contains the branch for which you want to retrieve information.

branchName

The name of the branch for which you want to retrieve information.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.