GitInitRequestNotify
Function: GitInitRequestNotify()
function GitInitRequestNotify(path?: string, toolUseId?: string): void;
Defined in: packages/codeboltjs/src/notificationfunctions/git.ts:51
Sends a git init request notification
Parameters
| Parameter | Type | Description |
|---|---|---|
path? | string | Optional path where to initialize the git repository |
toolUseId? | string | Optional custom toolUseId, will be generated if not provided |
Returns
void