UNPKG

@shutootaki/gwm

Version:
7 lines 667 B
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