Commits
WebService::GitHub::Git::Commits
Create a commit
WebService::GitHub::Git::Commits.create-commit( Str $owner
, Str $repo
, Associative :$committer
, Associative :$author
, Str :$signature
, Str :$tree!
, Str :$message!
, Positional :$parents
)
Get a commit
See git/get-commit
WebService::GitHub::Git::Commits.get-commit( Str $owner
, Str $repo
, Str $commit-sha
)