MCPcopy Create free account
hub / github.com/fontsource/fontsource / gitAdd

Function gitAdd

packages/publish/src/git.ts:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24};
25
26export const gitAdd = async (): Promise<void> => {
27 await execa('git', ['add', '--all']);
28};
29
30export const gitCommit = async (message: string): Promise<void> => {
31 await execa('git', ['commit', '-m', message]);

Callers 1

doGitOperationsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected