View source: R/codecommit_operations.R
codecommit_batch_get_commits | R Documentation |
Returns information about the contents of one or more commits in a repository.
See https://www.paws-r-sdk.com/docs/codecommit_batch_get_commits/ for full documentation.
codecommit_batch_get_commits(commitIds, repositoryName)
commitIds |
[required] The full commit IDs of the commits to get information about. You must supply the full SHA IDs of each commit. You cannot use shortened SHA IDs. |
repositoryName |
[required] The name of the repository that contains the commits. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.