MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / runGit

Function runGit

desktop/project-git/git-runner.ts:9–11  ·  view source on GitHub ↗
(projectId: string, args: string[])

Source from the content-addressed store, hash-verified

7const execFile = promisify(execFileCallback)
8
9export async function runGit(projectId: string, args: string[]) {
10 return runGitWithOptions(projectId, args)
11}
12
13export async function runGitWithOptions(
14 projectId: string,

Callers 8

isGitRepositoryFunction · 0.90
getOriginUrlFunction · 0.90
getBranchFunction · 0.90
initializeProjectGitFunction · 0.90
setProjectOriginFunction · 0.90
commitProjectChangesFunction · 0.90
hasHeadCommitFunction · 0.85

Calls 1

runGitWithOptionsFunction · 0.85

Tested by

no test coverage detected