Skip to main content

Module ops

Module ops 

Source
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 CommitInfo for a commit identified by its hex OID string.
list_commits
Walk the history from HEAD and return up to max_count commits.