From e1dfcff7e86a1c4c3d32019d59a3130c143404dd Mon Sep 17 00:00:00 2001 From: Jun Date: Thu, 6 Mar 2025 11:39:00 +0800 Subject: [PATCH 1/3] Update README.md Fixed some potential misspellings/errors. --- 03-Introduction-to-GitHub-Copilot/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/03-Introduction-to-GitHub-Copilot/README.md b/03-Introduction-to-GitHub-Copilot/README.md index c1c45a6..63cbe06 100644 --- a/03-Introduction-to-GitHub-Copilot/README.md +++ b/03-Introduction-to-GitHub-Copilot/README.md @@ -15,7 +15,7 @@ Note: Although this module uses [Codespaces](https://github.com/codespaces), you -- **Who this is for**: Developers, DevOps Engineers, Software development managers, Testers. +- **Who this is for**: Developers, DevOps Engineers, Software Development Managers, Testers. - **What you'll learn**: How to install Copilot into a Codespace, accept suggestions from code, accept suggestions from comments. - **What you'll build**: C# files that will have code generated by Copilot AI for code and comment suggestions. - **Prerequisites**: GitHub Copilot is available to use for free, sign up for [GitHub Copilot](https://gh.io/copilot). @@ -45,10 +45,10 @@ Now that you've learned about GitHub Codespaces and GitHub Copilot, let's take t ### šŸ—ƒļø Lessons | | Lesson Link | Concepts Taught | Learning Goal | | :---: | :------------------------------------: | :---------------------------------------------------------: | ----------------------------------------------------------- | -| 01 | [Leverage Codespaces with VS Code for Copilot](https://github.com/microsoft/mastering-github-copilot-for-dotnet-csharp-developers/blob/main/03-Introduction-to-GitHub-Copilot/steps/1-copilot-extension.md) | Learn how to set up and enable GitHub Copilot within a Codespace using VS Code by configuring a development container and installing necessary extensions.| This guide enable developers to leverage GitHub Codespaces and VS Code to integrate and utilize GitHub Copilot for AI-powered code suggestions efficiently. | +| 01 | [Leverage Codespaces with VS Code for Copilot](https://github.com/microsoft/mastering-github-copilot-for-dotnet-csharp-developers/blob/main/03-Introduction-to-GitHub-Copilot/steps/1-copilot-extension.md) | Learn how to set up and enable GitHub Copilot within a Codespace using VS Code by configuring a development container and installing necessary extensions.| This guide enables developers to leverage GitHub Codespaces and VS Code to integrate and utilize GitHub Copilot for AI-powered code suggestions efficiently. | | 02 | [Seeing AI code suggestions in a C# file!](https://github.com/microsoft/mastering-github-copilot-for-dotnet-csharp-developers/blob/main/03-Introduction-to-GitHub-Copilot/steps/2-skills-dotnet.md) | Setting up a Codespace with GitHub Copilot, creating a C# project, using Copilot for code suggestions, and pushing code to a repository using Git. | Familiarize users with GitHub Copilot's AI-powered code suggestions in C# by creating a .NET project, generating code completions, and pushing changes to a repository using Git. | | 03 | [View the GitHub Copilot tab with multiple suggestions](https://github.com/microsoft/mastering-github-copilot-for-dotnet-csharp-developers/blob/main/03-Introduction-to-GitHub-Copilot/steps/3-copilot-hub.md) | Learn how to use GitHub Copilot for AI-powered code suggestions in C#, manage a Codespace, pull the latest code, create and edit files, review AI-generated code completions, and push changes to a Git repository using Git commands in VS Code. | Familiarize users with GitHub Copilotā€™s code suggestions, how to review and accept AI-generated completions, and how to manage code changes in a GitHub Codespace using Git commands. | -| 04 | [Using comments to generate code with Copilot](https://github.com/microsoft/mastering-github-copilot-for-dotnet-csharp-developers/blob/main/03-Introduction-to-GitHub-Copilot/steps/4-copilot-comment.md) | Understand how to use GitHub Copilot to generate code from comments, navigating Copilot suggestions, and managing code versioning with Git commands in a Codespace environment. | Using comments to generate AI-suggested code with GitHub Copilot in VS Code | +| 04 | [Using comments to generate code with Copilot](https://github.com/microsoft/mastering-github-copilot-for-dotnet-csharp-developers/blob/main/03-Introduction-to-GitHub-Copilot/steps/4-copilot-comment.md) | Understand how to use GitHub Copilot to generate code from comments, navigate Copilot suggestions, and manage code versioning with Git commands in a Codespace environment. | Using comments to generate AI-suggested code with GitHub Copilot in VS Code | ## šŸ“š Additional learning and resources From 61543ec8943e19d3bc72714baa41e0674f3f9a77 Mon Sep 17 00:00:00 2001 From: Jun Date: Thu, 6 Mar 2025 11:39:58 +0800 Subject: [PATCH 2/3] Update README.md Fixed 1 potential misspelling/error. --- 01-Introduction-to-GitHub/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-Introduction-to-GitHub/README.md b/01-Introduction-to-GitHub/README.md index bbb5f3f..2cb32a2 100644 --- a/01-Introduction-to-GitHub/README.md +++ b/01-Introduction-to-GitHub/README.md @@ -4,7 +4,7 @@ This learning module dives into the fundamental aspects of GitHub, a premier AI-powered developer platform that facilitates collaborative software development. Aimed at new developers, GitHub novices, and students, the module provides a hands-on experience within a GitHub repository, offering a comprehensive overview of essential features. -People use GitHub everyday to build some of the most advanced technologies on the planet. Whether youā€™re visualizing data or building a new game, thereā€™s a whole community and set of tools on GitHub that can help you do it even better. +People use GitHub every day to build some of the most advanced technologies on the planet. Whether youā€™re visualizing data or building a new game, thereā€™s a whole community and set of tools on GitHub that can help you do it even better. From 7de860e7b1cf05a983f98f13c0ab163696a77eb1 Mon Sep 17 00:00:00 2001 From: Jun Date: Thu, 6 Mar 2025 11:41:05 +0800 Subject: [PATCH 3/3] Update README.md Remove any redundant spaces. --- 02-Introduction-to-GitHub-Codespaces/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-Introduction-to-GitHub-Codespaces/README.md b/02-Introduction-to-GitHub-Codespaces/README.md index 2d0caab..53f295c 100644 --- a/02-Introduction-to-GitHub-Codespaces/README.md +++ b/02-Introduction-to-GitHub-Codespaces/README.md @@ -26,7 +26,7 @@ By the end of this module, you'll be able to: 3. Define the different customizations you can personalize with GitHub Codespaces. -## Prerequisite reading: +## Prerequisite reading: - [Code with GitHub Codespaces](https://learn.microsoft.com/training/modules/code-with-github-codespaces/) - What is GitHub Codespaces? (Video playlist below)