Skip to content

Commit 561bf43

Browse files
committed
edit Git text and screenshot locale info
1 parent 1a9ec32 commit 561bf43

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docs/get-started/tutorial-console-cpp.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -751,12 +751,11 @@ To associate your code with Git, you start by creating a new Git repository wher
751751

752752
1. In the status bar at the bottom-right corner of Visual Studio, select **Add to Source Control**, and then select **Git**.
753753

754-
755-
:::image type="content" source="/visualstudio/get-started/media/vs-2022/git-add-source-control.png" alt-text="Screenshot of the Git source control buttons below the Solution Explorer pane, with the Add to Source Control button highlighted.":::
754+
:::image type="content" source="media/git-add-source-control.png" alt-text="Screenshot of the Git source control buttons below the Solution Explorer pane, with the Add to Source Control button highlighted.":::
756755

757756
1. In the **Create a Git repository** dialog box, sign in to GitHub.
758757

759-
:::image type="content" source="../media/vs-2022/git-create-repo.png" alt-text="Screenshot of the Create a Git Repository dialog window where you can sign in to GitHub.":::
758+
:::image type="content" source="media/git-create-repo-cpp.png" alt-text="Screenshot of the Create a Git Repository dialog window where you can sign in to GitHub.":::
760759

761760
The repository name auto-populates based on your folder location. By default, your new repository is private, which means you're the only one who can access it.
762761

@@ -767,7 +766,7 @@ To associate your code with Git, you start by creating a new Git repository wher
767766

768767
After you create your repository, you see status details in the status bar.
769768

770-
:::image type="content" source="../media/vs-2022/git-new-private-repo-status-details.png" alt-text="Screenshot of the repo status bar that's below the Solution Explorer pane in Visual Studio.":::
769+
:::image type="content" source="media/git-new-private-repo-status-details-cpp.png" alt-text="Screenshot of the repo status bar that's below the Solution Explorer pane in Visual Studio.":::
771770

772771
The first icon with the arrows shows how many outgoing/incoming commits are in your current branch. You can use this icon to pull any incoming commits or push any outgoing commits. You can also choose to view these commits first. To do so, select the icon, and then select **View Outgoing/Incoming**.
773772

@@ -777,7 +776,7 @@ To learn more about how to use Git with your app, see the [Visual Studio version
777776

778777
## The finished app
779778

780-
Congratulations! You've completed the code for the calculator app, and built and debugged it in Visual Studio.
779+
Congratulations! You've completed the code for the calculator app, built and debugged it, and added it to a repo, all in Visual Studio.
781780

782781
## Next steps
783782

0 commit comments

Comments
 (0)