mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
💄
This commit is contained in:
5
extensions/git/src/api/git.d.ts
vendored
5
extensions/git/src/api/git.d.ts
vendored
@@ -26,11 +26,6 @@ export interface Ref {
|
||||
readonly remote?: string;
|
||||
}
|
||||
|
||||
export interface TrackingShip {
|
||||
readonly local: string;
|
||||
readonly upstream: string;
|
||||
}
|
||||
|
||||
export interface UpstreamRef {
|
||||
readonly remote: string;
|
||||
readonly name: string;
|
||||
|
||||
Reference in New Issue
Block a user