rush-archive-project-plugin
Version:
Rush plugin to archive project
7 lines • 451 B
TypeScript
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