Chapter 2 Install and Configure Git
2.2 Windows
Download and install from git-scm.com
Important: During installation, select “Git Bash” for command line access.
2.5 Configure Git
Set your identity for Git by opening a terminal (macOS/Linux) or Git Bash (Windows) and running these commands:
git config --global user.name "Your Name"
git config --global user.email "your.email@university.edu"Next Chapter Preview: We’ll create your GitHub account, choose a good username, and complete the account verification process.