Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
export
const
gitAdd =
async
(): Promise<void> => {
27
await
execa(
'git'
, [
'add'
,
'--all'
]);
28
};
29
30
export
const
gitCommit =
async
(message: string): Promise<void> => {
31
await
execa(
'git'
, [
'commit'
,
'-m'
, message]);
Callers
1
doGitOperations
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected