You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 03-Introduction-to-GitHub-Copilot/README.md
+2-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,25 +38,10 @@ By the end of this module, you'll be able to:
38
38
39
39
### How to start this course
40
40
41
-
<!-- For start course, run in JavaScript:
42
-
'https://github.com/new?' + new URLSearchParams({
43
-
template_owner: 'skills',
44
-
template_name: 'copilot-codespaces-vscode',
45
-
owner: '@me',
46
-
name: 'skills-copilot-codespaces-vscode',
47
-
description: 'My clone repository',
48
-
visibility: 'public',
49
-
}).toString()
50
-
-->
41
+
[](https://codespaces.new/microsoft/mastering-github-copilot-for-dotnet-csharp-developers)
Now that you have learned a bit about GitHub Codespaces, lets take the next step and use Codespaces to learn how to use GitHub Copilot. Right-click **Open in GitHub Codespaces** and open the link in a new tab.
53
44
54
-
1. Right-click **Start course** and open the link in a new tab.
55
-
2. In the new tab, most of the prompts will automatically fill in for you.
56
-
- For owner, choose your personal account or an organization to host the repository.
57
-
- We recommend creating a public repository, as private repositories will [use Actions minutes](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions).
58
-
- Scroll down and click the **Create repository** button at the bottom of the form.
59
-
3. After your new repository is created, wait about 20 seconds, then refresh the page. Follow the step-by-step instructions in the new repository's README.
0 commit comments