fix(walkthrough): use remote default branch

This commit is contained in:
RyderAsking
2026-08-04 16:48:24 +00:00
parent 746e0d4abd
commit b4ced01cc7
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 {