This commit is contained in:
Jayen
2026-01-10 01:41:19 +05:30
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -898,6 +898,7 @@ class GitCommandManager {
}
init() {
return __awaiter(this, void 0, void 0, function* () {
yield this.config('init.defaultBranch', 'main', true, true);
yield this.execGit(['init', this.workingDirectory]);
});
}
+1
View File
@@ -365,6 +365,7 @@ class GitCommandManager {
}
async init(): Promise<void> {
await this.config('init.defaultBranch', 'main', true, true)
await this.execGit(['init', this.workingDirectory])
}