Method
push
(args: {
fs: object;
http: object;
dir: string;
url?: string;
remote?: string;
ref?: string;
remoteRef?: string;
force?: boolean;
delete?: boolean;
headers?: Record<string, string>;
onAuth?: AuthCallback;
onProgress?: ProgressCallback;
onMessage?: MessageCallback;
cache?: object;
})
Source from the content-addressed store, hash-verified
| 70 | cache?: object; |
| 71 | }): Promise<{ defaultBranch: string | null; fetchHead: string | null }>; |
| 72 | push(args: { |
| 73 | fs: object; |
| 74 | http: object; |
| 75 | dir: string; |
Tested by
no test coverage detected