MCPcopy
hub / github.com/microsoft/vscode / push

Method push

extensions/github/src/typings/git.d.ts:231–231  ·  view source on GitHub ↗
(remoteName?: string, branchName?: string, setUpstream?: boolean, force?: ForcePushMode)

Source from the content-addressed store, hash-verified

229 fetch(remote?: string, ref?: string, depth?: number): Promise<void>;
230 pull(unshallow?: boolean): Promise<void>;
231 push(remoteName?: string, branchName?: string, setUpstream?: boolean, force?: ForcePushMode): Promise<void>;
232
233 blame(path: string): Promise<string>;
234 log(options?: LogOptions): Promise<Commit[]>;

Callers 15

launchServerFunction · 0.65
launchServerFunction · 0.65
getTerminalGroupsMethod · 0.65
launchFunction · 0.65
configureTaskMethod · 0.65
sendKeybindingMethod · 0.65
checkObjectLeaksMethod · 0.65
checkHeapLeaksMethod · 0.65
generateUuidFunction · 0.65
findElementFunction · 0.65
findElementsFunction · 0.65

Implementers 1

ApiRepositoryextensions/git/src/api/api1.ts

Calls

no outgoing calls

Tested by 15

testDesktopAppFunction · 0.52
testDesktopAppFunction · 0.52
traceMethod · 0.52
debugMethod · 0.52
infoMethod · 0.52
warnMethod · 0.52
errorMethod · 0.52
setupParticipantFunction · 0.52
setupParticipantFunction · 0.52
executeCommandAsyncFunction · 0.52
closeTerminalAsyncFunction · 0.52