Read raw bytes for an object by oid.
(options: GitCatFileOptions)
| 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. */ |
| 296 | updateRef(options: GitUpdateRefOptions): Promise<void>; |
| 297 | /** Read a single config key. */ |
no outgoing calls