GitCommit
GitCommit(commit_id, summary, author)
Abstraction of Git Commit
Initialize GitCommit object
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
commit_id
|
str
|
id of the commit |
required |
summary
|
str
|
commit message |
required |
author
|
str
|
the author of the commit |
required |