Adding support for removing file from git index
Signed-off-by: manuel.falcon <manuel.falcon@glovoapp.com>
This commit is contained in:
@@ -417,6 +417,7 @@ export class Git {
|
||||
force?: boolean;
|
||||
}): Promise<PushResult>;
|
||||
readCommit(options: { dir: string; sha: string }): Promise<ReadCommitResult>;
|
||||
remove(options: { dir: string; filepath: string }): Promise<void>;
|
||||
resolveRef(options: { dir: string; ref: string }): Promise<string>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user