(args: {
fs: object;
dir: string;
ours?: string;
theirs: string;
fastForward?: boolean;
fastForwardOnly?: boolean;
abortOnConflict?: boolean;
message?: string;
author?: { name: string; email: string };
committer?: { name: string; email: string };
dryRun?: boolean;
cache?: object;
})
| 105 | cache?: object; |
| 106 | }): Promise<void>; |
| 107 | merge(args: { |
| 108 | fs: object; |
| 109 | dir: string; |
| 110 | ours?: string; |