⚙️ Configure Git (First Time Only)
✅ Set Name & Email
These are essential for commit history:
git config --global user.name "Your Name"
git config --global user.email "you@example.com"
These are essential for commit history:
git config --global user.name "Your Name"
git config --global user.email "you@example.com"