MCPcopy Index your code
hub / github.com/api3dao/airnode / createBranch

Function createBranch

docker/scripts/git.ts:40–42  ·  view source on GitHub ↗
(branch: string, options?: ExecSyncOptions)

Source from the content-addressed store, hash-verified

38};
39
40export const createBranch = (branch: string, options?: ExecSyncOptions) => {
41 runCommand(`git checkout -b ${branch}`, options);
42};
43
44export const setIdentity = (name: string, email: string) => {
45 config('user.name', name);

Callers

nothing calls this directly

Calls 1

runCommandFunction · 0.90

Tested by

no test coverage detected