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

Function gitPush

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

Source from the content-addressed store, hash-verified

54};
55
56export const gitPush = async (): Promise<void> => {
57 await execa('git', ['push', 'origin', 'main']);
58};
59
60export const getCommitMessage = (
61 config: Context,

Callers 1

doGitOperationsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected