MCPcopy
hub / github.com/continuedev/continue / push

Method push

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

Source from the content-addressed store, hash-verified

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,

Callers 15

addMethod · 0.65
emitMethod · 0.65
recordEventMethod · 0.65
logFunction · 0.65
addProductMethod · 0.65
updateProductMethod · 0.65
deleteProductMethod · 0.65
searchProductsMethod · 0.65
addToCartMethod · 0.65
addToCartFunction · 0.65
addTodoFunction · 0.65
filterByStatusFunction · 0.65

Calls

no outgoing calls

Tested by 15

readFunction · 0.52
createTempDirFunction · 0.52
startHttpServerFunction · 0.52
startHttpsServerFunction · 0.52
_writeMethod · 0.52
refreshIndexFunction · 0.52
runCrawlFunction · 0.52
genToArrFunction · 0.52
collectContentsFunction · 0.52
collectDiffsFunction · 0.52
hasCycleFunction · 0.52
createMockChatHistoryFunction · 0.52