Merge commit 'refs/pull/61448/head' of github.com:Microsoft/vscode into pr/61448

This commit is contained in:
Joao Moreno
2018-11-01 11:09:51 +01:00
2 changed files with 10 additions and 0 deletions

View File

@@ -152,6 +152,8 @@ export interface Repository {
fetch(remote?: string, ref?: string): Promise<void>;
pull(): Promise<void>;
push(head: Branch): Promise<void>;
pushTo(remote?: string, name?: string, setUpstream?: boolean): Promise<void>;
}
export interface API {