MCPcopy Index your code
hub / github.com/changesets/changesets / pullBranch

Function pullBranch

packages/release-utils/src/gitUtils.ts:12–14  ·  view source on GitHub ↗
(branch: string, cwd: string)

Source from the content-addressed store, hash-verified

10};
11
12export const pullBranch = async (branch: string, cwd: string) => {
13 await execWithOutput("git", ["pull", "origin", branch], { cwd });
14};
15
16export const push = async (
17 branch: string,

Callers

nothing calls this directly

Calls 1

execWithOutputFunction · 0.90

Tested by

no test coverage detected