Read a single config key.
(options: GitConfigGetOptions)
| 296 | updateRef(options: GitUpdateRefOptions): Promise<void>; |
| 297 | /** Read a single config key. */ |
| 298 | configGet(options: GitConfigGetOptions): Promise<string | string[] | undefined>; |
| 299 | /** Write a single config key. */ |
| 300 | configSet(options: GitConfigSetOptions): Promise<void>; |
| 301 | /** Stash tracked working-tree changes. */ |