Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 854 Bytes

git.rst

File metadata and controls

49 lines (27 loc) · 854 Bytes

Git API Classes

This part of the documentation covers the module associated with the Git Data section of the GitHub API.

Like much of the GitHub API, many objects have different representations.

Blob Object(s)

github3.git.Blob

Commit Object(s)

github3.git.Commit

github3.git.ShortCommit

Tree Object(s)

github3.git.CommitTree

github3.git.Hash

github3.git.Tree

Git Object, Reference, and Tag Object(s)

Yes, we know, GitObject is a funky name.

github3.git.GitObject

github3.git.Reference

github3.git.Tag