🧰 Common Git Commands for Beginners – A Quick Guide
**🔁 1. git init
**Initializes a new Git repository in your project folder.bash
Copy
Edit
git init
✅ Use when starting a new project that you want to track with Git.**📥 2. git clone
**Clones an...