Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 43b504e

Browse files
committed
Show Team Explorer - Home after clone
This gives user an opportunity to choose a solution.
1 parent 8952f96 commit 43b504e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/GitHub.App/Services/RepositoryCloneService.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ public async Task CloneOrOpenRepository(
150150
await usageTracker.IncrementCounter(x => x.NumberOfEnterpriseClones);
151151
}
152152
}
153+
154+
// Give user a chance to choose a solution
155+
teamExplorerServices.ShowHomePage();
153156
}
154157

155158
/// <inheritdoc/>

0 commit comments

Comments
 (0)