(options?: FetchOptions)
| 266 | renameRemote(name: string, newName: string): Promise<void>; |
| 267 | |
| 268 | fetch(options?: FetchOptions): Promise<void>; |
| 269 | fetch(remote?: string, ref?: string, depth?: number): Promise<void>; |
| 270 | pull(unshallow?: boolean): Promise<void>; |
| 271 | push( |
no outgoing calls
no test coverage detected