Check out my GitHub Profile ! [ https://github.com/thebartakke-anup ] The Addiction of the Green Square... You create a repository, you push a few lines of code, and suddenly, you see it: that first bright green square on your GitHub profile. At first, it’s just a tracker, but soon, it becomes a high score or a streak. You find yourself wanting to "commit just one more thing" before bed. You start thinking about your code in "daily streaks." If you’re like me, you’ve realized that GitHub isn’t just a storage unit for code it’s a productivity engine that’s surprisingly addictive. The "Staging Area" Learning Curve When I first started, I underestimated the "git add .". I later realised that it is a loading dock, preparing a package for a journey. I learned the hard way that you can’t just throw things into the file and hope that it is pushed. There’s a logic to it: The Working Directory: Where the chaos happens (and where my Python and C files live).…