GIT Useful Commands
Here’s a comprehensive list of essential Git commands, organized by purpose — from beginner basics to more advanced usage.
🧱 1. Git Setup
git config --global user.name "Your Name"
git config --global user.email "you@example.com"
Set up your name a...
sriharigobidesi.hashnode.dev3 min read