@mieweb/wikigdrive
Version:
Google Drive to MarkDown synchronization
11 lines • 421 B
TypeScript
import { GitScanner } from './GitScanner.js';
import { SshParams } from './GitExecuter.js';
export declare class GitReset {
private readonly gitScanner;
private executer;
constructor(gitScanner: GitScanner);
get debug(): boolean;
resetToLocal(sshParams?: SshParams): Promise<void>;
resetToRemote(remoteBranch: string, sshParams?: SshParams): Promise<void>;
}
//# sourceMappingURL=GitReset.d.ts.map