Hash bytes as a blob; optionally write into the object store.
(options: GitHashObjectOptions)
| 290 | remoteList(options?: GitRemoteListOptions): Promise<RemoteView[]>; |
| 291 | /** Hash bytes as a blob; optionally write into the object store. */ |
| 292 | hashObject(options: GitHashObjectOptions): Promise<string>; |
| 293 | /** Read raw bytes for an object by oid. */ |
| 294 | catFile(options: GitCatFileOptions): Promise<CatFileResult>; |
| 295 | /** Write a ref directly. */ |
no outgoing calls