English
Appearance
Attempt to view this object as a commit.
class GitObject { asCommit(): Commit | null; }
Returns null if the object is not actually a commit.
null