Merge pull request #2629 from RyderAsKing/fix/walkthrough-remote-default-branch

fix(walkthrough): use remote default branch
This commit is contained in:
Bohdan Triapitsyn
2026-08-04 22:32:55 +03:00
committed by GitHub
8 changed files with 121 additions and 10 deletions
+1
View File
@@ -183,6 +183,7 @@ export interface GitBranch {
all: string[];
current: string;
branches: Record<string, GitBranchDetails>;
defaultBranches?: Record<string, string>;
}
interface GitCommitSummary {