@shutootaki/gwm
Version:
git worktree manager CLI
7 lines • 667 B
TypeScript
export type { Worktree, PullResult, CleanableWorktree, RemoteBranchInfo, CopyFilesResult, LocalChanges, RemoteBranchStatus, } from './types.js';
export { isGitRepository, fetchAndPrune, removeWorktree, getRepositoryName, localBranchExists, hasUnmergedCommits, deleteLocalBranch, getRepoRoot, } from './core.js';
export { parseWorktrees, getWorktreesWithStatus, pullMainBranch, getMainWorktreePath, } from './worktree.js';
export { checkRemoteBranchStatus, getRemoteBranchesWithInfo, } from './remote.js';
export { checkLocalChanges, getCleanableWorktrees } from './clean.js';
export { getIgnoredFiles, copyFiles } from './copy.js';
//# sourceMappingURL=index.d.ts.map