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
> To see how Visual Studio with GitHub Copilot helps improve your web development experience, see the Visual Studio Code steps.
659
+
> To see how Visual Studio Code with GitHub Copilot helps improve your web development experience, see the Visual Studio Code steps.
660
660
<!-- markdownlint-enable MD044 -->
661
661
662
662
:::zone-end
@@ -785,7 +785,7 @@ You see the updated ASP.NET Core 8.0 web app displayed in the page.
785
785
> 1. Select the entire `<div>` element and click :::image type="icon" source="media/quickstart-dotnetcore/github-copilot-in-editor.png" border="false":::.
786
786
> 1. Ask Copilot, "Change to a Bootstrap card that says .NET 💜 Azure."
787
787
788
-
3. From the **Source Control** menu, enter a commit message such as `Modify homepage`. Then, select **Commit and Push**. The changes are automatically staged for you, then committed and pushed to your fork.
788
+
3. From the **Source Control** menu, enter a commit message such as `Modify homepage`. Then, select **Commit** and confirm staging the changes by selecting **Yes**.
789
789
790
790
### [.NET 8.0](#tab/net80)
791
791
@@ -798,11 +798,13 @@ You see the updated ASP.NET Core 8.0 web app displayed in the page.
798
798
-----
799
799
800
800
> [!TIP]
801
-
> Try letting GitHub Copilot create a commit message for you selecting :::image type="icon" source="media/quickstart-dotnetcore/github-copilot-in-editor.png" border="false"::: in the message box.
801
+
> Let GitHub Copilot create a commit message for you by selecting :::image type="icon" source="media/quickstart-dotnetcore/github-copilot-in-editor.png" border="false"::: in the message box.
802
802
803
-
4. It takes a few minutes for the deployment to run. To view the progress, navigate to `https://github.com/<your-github-alias>/dotnetcore-docs-hello-world/actions`.
803
+
4. Select **Sync changes 1**, then confirm by selecting **OK**.
804
804
805
-
5. Return to the browser window that opened during the **Browse to the app** step, and refresh the page.
805
+
5. It takes a few minutes for the deployment to run. To view the progress, navigate to `https://github.com/<your-github-alias>/dotnetcore-docs-hello-world/actions`.
806
+
807
+
6. Return to the browser window that opened during the **Browse to the app** step, and refresh the page.
0 commit comments