Install and Configure Git
This project will guide you through installing Git, setting your username and email, and configuring your default editor.
- Download and install Git from git-scm.com.
- Open your terminal and run:
- Optionally, set your default editor:
Tip: Use
git config --list to see your current configuration.