fix(walkthrough): use remote default branch
This commit is contained in:
@@ -183,6 +183,7 @@ export interface GitBranch {
|
||||
all: string[];
|
||||
current: string;
|
||||
branches: Record<string, GitBranchDetails>;
|
||||
defaultBranches?: Record<string, string>;
|
||||
}
|
||||
|
||||
interface GitCommitSummary {
|
||||
|
||||
Reference in New Issue
Block a user