View source: R/codecommit_operations.R
codecommit_get_branch | R Documentation |
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.
codecommit_get_branch(repositoryName = NULL, branchName = NULL)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.