UNPKG

rush-archive-project-plugin

Version:
7 lines 451 B
export declare const getGitPath: () => string | undefined; export declare const getGitPathOrThrow: () => string; export declare const gitFullClean: (cwd: string) => void; export declare const gitCheckIgnored: (cwd: string, filePath: string) => string; export declare const getCheckpointBranch: (cwd: string, branchName: string) => string; export declare const pushGitBranch: (cwd: string, branchName: string) => void; //# sourceMappingURL=git.d.ts.map