From 7016c686d5c299431fbe53b4404c4111efb252ef Mon Sep 17 00:00:00 2001 From: Carolyn Challoner <16659436+cchalloner@users.noreply.github.com> Date: Mon, 31 Aug 2026 21:51:01 -0500 Subject: [PATCH] Update terminal opening instructions in Git setup --- tools/git/github-setup.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/git/github-setup.mdx b/tools/git/github-setup.mdx index 0850a55..38df3fb 100644 --- a/tools/git/github-setup.mdx +++ b/tools/git/github-setup.mdx @@ -39,7 +39,7 @@ Once logged in: Tell Git who you are (one-time setup): ```bash -# Open terminal in VS Code (Terminal > New Terminal) +# Open terminal in VS Code (View > Terminal) git config --global user.name "Your Name" git config --global user.email "your.email@example.com" ``` @@ -185,4 +185,4 @@ Now let's learn how to create your first repository and clone existing projects. href="/tools/git/clone-create" > Start using GitHub - \ No newline at end of file +