List configured remotes.
(options?: GitRemoteListOptions)
| 288 | remoteRemove(options: GitRemoteRemoveOptions): Promise<void>; |
| 289 | /** List configured remotes. */ |
| 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. */ |
no outgoing calls