Retrieve a git commit by its ID.
The unique identifier of the git commit.
"git_commit_123"
Successfully retrieved the git commit.
The object type, which is always git_commit.
git_commit "git_commit"
ID of the git commit.
"git_commit_123"
The SHA hash of the git commit.
"a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0"
The commit message.
"Add basic motion configurations"
The URL of the git commit.
"https://github.com/user/repo/commit/a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0"
Timestamp of when the git commit was created.
"2021-01-01T00:00:00Z"