GitCommit¶
-
class
github.GitCommit.GitCommit¶ This class represents GitCommits. The reference can be found here https://docs.github.com/en/rest/reference/git#commits
-
committer¶ Type: github.GitAuthor.GitAuthor
-
html_url¶ Type: string
-
message¶ Type: string
-
parents¶ Type: list of github.GitCommit.GitCommit
-
sha¶ Type: string
-
tree¶ Type: github.GitTree.GitTree
-
url¶ Type: string
-