cleanup git delete tag command

This commit is contained in:
Joao Moreno
2019-10-24 15:27:57 +02:00
parent 23a4df3672
commit f402575486
6 changed files with 17 additions and 60 deletions

View File

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