Skip to main content

GitCheckoutRequestNotify

@codebolt/codeboltjs


Function: GitCheckoutRequestNotify()

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

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

Sends a git checkout request notification

Parameters

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

Returns

void