@dharshansr/gitgenius
Version:
AI-powered commit message generator with enhanced features
13 lines • 434 B
TypeScript
import { BranchOptions } from '../types.js';
export declare class BranchManager {
private git;
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