Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/git/github-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
Expand Down Expand Up @@ -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
</Card>
</Card>