Expand description
Commit operations โ list, create, and inspect commits.
Functionsยง
- create_
commit - Commit the currently staged (index) changes with the given message.
- get_
commit_ details - Retrieve the full
CommitInfofor a commit identified by its hex OID string. - list_
commits - Walk the history from HEAD and return up to
max_countcommits.