(
remoteName?: string,
branchName?: string,
setUpstream?: boolean,
force?: ForcePushMode,
)
| 269 | fetch(remote?: string, ref?: string, depth?: number): Promise<void>; |
| 270 | pull(unshallow?: boolean): Promise<void>; |
| 271 | push( |
| 272 | remoteName?: string, |
| 273 | branchName?: string, |
| 274 | setUpstream?: boolean, |
no outgoing calls