worktree-tool
Version:
A command-line tool for managing Git worktrees with integrated tmux/shell session management
7 lines • 469 B
TypeScript
import { ConflictDetectionResult } from "../../core/types.js";
export declare function clearGitVersionCache(): void;
export declare function detectConflicts(worktreePath: string, targetBranch?: string): Promise<ConflictDetectionResult>;
export { detectActiveConflicts } from "./active.js";
export { detectPotentialConflictsLegacy } from "./potential-legacy.js";
export { detectPotentialConflictsModern } from "./potential-modern.js";
//# sourceMappingURL=index.d.ts.map