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

Function gitCommit

packages/publish/src/git.ts:30–32  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

28};
29
30export const gitCommit = async (message: string): Promise<void> => {
31 await execa('git', ['commit', '-m', message]);
32};
33
34// Setup git remote
35export const gitRemoteAdd = async (name: string): Promise<void> => {

Callers 1

doGitOperationsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected