Fixes #114433 - adds setting to avoid git config

This commit is contained in:
Eric Amodio
2021-01-15 14:05:35 -05:00
parent 79cfca5aa2
commit 21c11ba864
5 changed files with 17 additions and 2 deletions

View File

@@ -136,6 +136,7 @@ export interface CommitOptions {
signCommit?: boolean;
empty?: boolean;
noVerify?: boolean;
requireUserConfig?: boolean;
}
export interface BranchQuery {