Day-30: Git Basics (clone, add, commit, push, pull, init)
Git is a distributed version control system used to track changes in source code during software development.
It helps teams collaborate, manage versions, and maintain project history efficiently.
Here’s the basic Git workflow developers follow daily 👇
Local System → Git Repository → Remote Repository (GitHub/GitLab)
git init
.git directory where all version control data is stored.git add .