update git.d.ts

This commit is contained in:
João Moreno
2020-07-14 17:39:56 +02:00
parent 2a8c8def27
commit 8b531a2246

View File

@@ -134,6 +134,8 @@ export interface CommitOptions {
export interface BranchQuery {
readonly remote?: boolean;
readonly pattern?: string;
readonly count?: number;
readonly contains?: string;
}