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

Method pull

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

Fetch and merge in one step.

(options?: GitPullOptions)

Source from the content-addressed store, hash-verified

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`). */
284 merge(options: GitMergeOptions): Promise<MergeResult>;
285 /** Add a named remote pointing at a URL. */

Callers 1

runPullFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected