mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-14 07:12:00 +01:00
cleanup git delete tag command
This commit is contained in:
Vendored
-5
@@ -37,11 +37,6 @@ export interface Branch extends Ref {
|
||||
readonly behind?: number;
|
||||
}
|
||||
|
||||
export interface Tag extends Ref {
|
||||
readonly name: string;
|
||||
readonly message?: string;
|
||||
}
|
||||
|
||||
export interface Commit {
|
||||
readonly hash: string;
|
||||
readonly message: string;
|
||||
|
||||
Reference in New Issue
Block a user