Version control is an essential part of every developer’s workflow. Recently, I learned how to use Git and GitHub, and I wanted to share the basic commands I came across and their uses in simple terms. Let’s dive in! 📋 Getting Started git init Ini...