dfghdfghdfrgh

This commit is contained in:
Michael Schmidt
2023-07-11 13:30:41 +02:00
parent 95951da3cb
commit 7e0f95e47a
3 changed files with 20 additions and 1 deletions

View File

@@ -231,6 +231,7 @@ class GitCommandManager {
}
async init(): Promise<void> {
await this.execGit(['config', '--global', 'init.defaultBranch', 'main'])
await this.execGit(['init', this.workingDirectory])
}