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
In this learning module, we’ll explore the benefits of using GitHub Copilot, the first-ever AI developer tool designed to operate at scale. Copilot enhances your coding experience by assisting with tasks like testing, refactoring, explaining, and suggesting code.
6
6
@@ -15,56 +15,52 @@ Note: Although this module uses [Codespaces](https://github.com/codespaces), you
15
15
</header>
16
16
17
17
18
-
-**Who this is for**: Developers, DevOps Engineers, Software development managers, Testers.
19
-
-**What you'll learn**: How to install Copilot into a Codespace, accept suggestions from code, accept suggestions from comments.
20
-
-**What you'll build**: JavaScript files that will have code generated by Copilot AI for code and comment suggestions.
21
-
-**Prerequisites**: GitHub Copilot is available to use for free, sign up for [GitHub Copilot](https://gh.io/copilot).
18
+
-**Who is this for**: Developers at any experience level looking to accelerate their code workflow.
19
+
-**What you'll learn**: The different ways to interact with Copilot to explain, write, debug, and develop code.
20
+
-**What you'll build**: You will guide Copilot to update Mergington High School's extracurricular activities website.
21
+
-**Prerequisites**:
22
+
- GitHub Copilot is available to use for free, sign up for [GitHub Copilot](https://gh.io/copilot).
23
+
- Skills exercise: [Introduction to GitHub](https://github.com/skills/introduction-to-github)
24
+
- Familiarity with [VS Code](https://code.visualstudio.com/)
25
+
- Basic coding principles
22
26
-**Timing**: This course can be completed in under an hour.
23
27
24
28
25
29
By the end of this module, you'll be able to:
26
30
27
-
- Explain what GitHub Copilot is and the advantages it provides.
28
-
- Understand the availability of GitHub Copilot for individuals and Businesses.
29
-
- Discuss the future of GitHub Copilot.
30
-
- Learn how to get started using GitHub Copilot and some common configurations.
31
-
- Develop using GitHub Copilot with Visual Studio Code using hands-on exercises.
31
+
1. Use a preconfigured Codespace to run VS Code in your browser.
32
+
1. Learn different interaction options to develop with GitHub Copilot.
33
+
1. Use Copilot to summarize and review your pull request.
32
34
33
35
34
36
## Prerequisite reading:
35
-
-[Introduction to GitHub Copilot](https://learn.microsoft.com/en-us/training/modules/introduction-to-github-copilot/?WT.mc_id=academic-113596-abartolo)
36
-
-What is GitHub Copilot? (Video playlist below)
37
-
-[](https://learn.microsoft.com/shows/introduction-to-github-copilot/what-is-github-copilot-1-of-6/?WT.mc_id=academic-113596-abartolo)
37
+
-[Accelerate app development by using GitHub Copilot]([https://learn.microsoft.com/training/modules/introduction-to-github-copilot](https://learn.microsoft.com/en-us/training/paths/accelerate-app-development-using-github-copilot/))
38
+
-Ask, Edit, and Agent - In-depth Overview of GitHub Copilot Chat Modes
39
+
-[](https://learn.microsoft.com/en-us/shows/visual-studio-code/ask-edit-and-agent-in-depth-overview-of-github-copilot-chat-modes)
38
40
39
41
### How to start this course
40
42
41
-
<!-- For start course, run in JavaScript:
42
-
'https://github.com/new?' + new URLSearchParams({
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.
60
-
61
-
<footer>
62
-
63
-
<!--
64
-
<<< Author notes: Footer >>>
65
-
Add a link to get support, GitHub status page, code of conduct, license link.
66
-
-->
43
+
Simply copy the exercise to your account, then give your favorite Octocat (Mona) **about 20 seconds** to prepare the first lesson, then **refresh the page**.
When copying the exercise, we recommend the following settings:
51
+
52
+
- For owner, choose your personal account or an organization to host the repository.
53
+
54
+
- We recommend creating a public repository, since private repositories will use Actions minutes.
55
+
56
+
If the exercise isn't ready in 20 seconds, please check the [Actions](../../actions) tab.
57
+
58
+
- Check to see if a job is running. Sometimes it simply takes a bit longer.
59
+
60
+
- If the page shows a failed job, please submit an issue. Nice, you found a bug! 🐛
61
+
62
+
</details>
67
63
68
64
---
69
65
70
-
Get help: [Post in our discussion board](https://github.com/orgs/skills/discussions/categories/code-with-copilot)•[Review the GitHub status page](https://www.githubstatus.com/)
0 commit comments