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