Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
export
const
gitPush =
async
(): Promise<void> => {
57
await
execa(
'git'
, [
'push'
,
'origin'
,
'main'
]);
58
};
59
60
export
const
getCommitMessage = (
61
config: Context,
Callers
1
doGitOperations
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected