Skip to main content

GitRemoteAddRequestNotify

@codebolt/codeboltjs


Function: GitRemoteAddRequestNotify()

function GitRemoteAddRequestNotify(
remoteName: string,
remoteUrl: string,
path?: string,
toolUseId?: string): void;

Defined in: packages/codeboltjs/src/notificationfunctions/git.ts:621

Sends a git remote add request notification

Parameters

ParameterTypeDescription
remoteNamestringName of the remote to add
remoteUrlstringURL of the remote repository
path?stringOptional path where to add the remote
toolUseId?stringOptional custom toolUseId, will be generated if not provided

Returns

void