UNPKG

@dharshansr/gitgenius

Version:

AI-powered commit message generator with enhanced features

14 lines 460 B
import { BranchOptions } from '../types.js'; export declare class BranchManager { private git; private stateManager; constructor(); handleBranches(options: BranchOptions): Promise<void>; listBranches(options: BranchOptions): Promise<void>; interactiveCheckout(): Promise<void>; private deleteBranches; private getBranches; private getCurrentBranch; private formatBranchName; } //# sourceMappingURL=BranchManager.d.ts.map