codecommit_get_branch {paws.developer.tools} | R 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. |
[Package paws.developer.tools version 0.7.0 Index]