Brian Jacobel
2019-08-19 11:16:32 -07:00
committed by Sheetal Nandi
parent 692bc8ab38
commit 35ea72f220
+1
View File
@@ -28,6 +28,7 @@ export class Remote {
static addPush(repo: Repository, remote: string, refspec: string): number;
static create(repo: Repository, name: string, url: string): Remote;
static createAnonymous(repo: Repository, url: string): Promise<Remote>;
static createDetached(url: string): Promise<Remote>;
static createWithFetchspec(repo: Repository, name: string, url: string, fetch: string): Promise<Remote>;
static delete(repo: Repository, name: string): Promise<number>;
static initCallbacks(opts: RemoteCallbacks, version: number): number;