Skip to main content

GitBranchRequestNotify

@codebolt/codeboltjs


Function: GitBranchRequestNotify()

function GitBranchRequestNotify(
path?: string,
branchName?: string,
toolUseId?: string): void;

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

Sends a git branch request notification

Parameters

ParameterTypeDescription
path?stringOptional path where to perform git branch operation
branchName?stringOptional branch name to create or list
toolUseId?stringOptional custom toolUseId, will be generated if not provided

Returns

void