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
2 changes: 1 addition & 1 deletion macOS-setup-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ If everything is correctly setup, you should see the following message:

### 6.3 Add Your Identity Details For Git Operations

Before you can use Git, you need to paste the following commands into a git bash window - you can open one by clicking on the git bash icon in the Taskbar.
Before you can use Git, you need to paste the following commands into a Terminal.app window.

```bash
git config --global user.email "your_email@address"
Expand Down