This commit is contained in:
Joao Moreno
2019-05-27 15:40:23 +02:00
parent 5540e01820
commit f454c2c402
4 changed files with 16 additions and 31 deletions

View File

@@ -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;