MCPcopy Create free account
hub / github.com/cloudflare/computer / push

Method push

packages/computer/src/git/index.ts:280–280  ·  view source on GitHub ↗

Push local refs to a remote.

(options?: GitPushOptions)

Source from the content-addressed store, hash-verified

278 fetch(options?: GitFetchOptions): Promise<FetchResult>;
279 /** Push local refs to a remote. */
280 push(options?: GitPushOptions): Promise<PushResult>;
281 /** Fetch and merge in one step. */
282 pull(options?: GitPullOptions): Promise<void>;
283 /** Merge a ref into the current branch (or `ours`). */

Callers 15

shell.test.tsFile · 0.65
drainChunksFunction · 0.65
onWriteFunction · 0.65
execFunction · 0.65
shareFunction · 0.65
prepareArgumentsFunction · 0.65
drainFunction · 0.65
processLineFunction · 0.65
generateDiffStringFunction · 0.65
emitFunction · 0.65
statusWithFunction · 0.65

Calls

no outgoing calls

Tested by 15

drainChunksFunction · 0.52
onWriteFunction · 0.52
execFunction · 0.52
shareFunction · 0.52
fakeNetworkGitFunction · 0.52
cloneFunction · 0.52
diffFunction · 0.52
diffSummaryFunction · 0.52
initFunction · 0.52
statusFunction · 0.52
addFunction · 0.52
rmFunction · 0.52