codecommit_get_commit: Returns information about a commit, including commit message...

View source: R/codecommit_operations.R

codecommit_get_commitR Documentation

Returns information about a commit, including commit message and committer information

Description

Returns information about a commit, including commit message and committer information.

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

Usage

codecommit_get_commit(repositoryName, commitId)

Arguments

repositoryName

[required] The name of the repository to which the commit was made.

commitId

[required] The commit ID. Commit IDs are the full SHA ID of the commit.


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