英語で読む 編集

次の方法で共有


GitObject interface

Git object identifier and type information.

Properties

objectId

Object Id (Sha1Id).

objectType

Type of object (Commit, Tree, Blob, Tag)

Property Details

objectId

Object Id (Sha1Id).

objectId: string

Property Value

string

objectType

Type of object (Commit, Tree, Blob, Tag)

objectType: GitObjectType

Property Value