MCPcopy
hub / github.com/di-sukharev/opencommit / configureGitUser

Function configureGitUser

test/e2e/utils.ts:75–78  ·  view source on GitHub ↗
(gitDir: string)

Source from the content-addressed store, hash-verified

73};
74
75export const configureGitUser = async (gitDir: string): Promise<void> => {
76 await runGit(['config', 'user.email', 'test@example.com'], gitDir);
77 await runGit(['config', 'user.name', 'Test User'], gitDir);
78};
79
80export const prepareEnvironment = async ({
81 remotes = 1

Callers 1

prepareEnvironmentFunction · 0.85

Calls 1

runGitFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…