Install and Configure Git

GitBeginnerProject

This project will guide you through installing Git, setting your username and email, and configuring your default editor.

  1. Download and install Git from git-scm.com.
  2. Open your terminal and run:
  3. Optionally, set your default editor:
Tip: Use git config --list to see your current configuration.