SSathyainsathyajayasree.hashnode.dev·May 9 · 3 min readDay 12: Git Branching, Reset, and Reflog — Understanding Git’s Timeline SystemToday I stopped thinking of Git as a set of commands and started seeing it as a system of timelines, pointers, and history tracking. This was the day Git stopped feeling “simple” and started feeling p00
SSathyainsathyajayasree.hashnode.dev·May 9 · 3 min readDay 11: GitHub, clone, push, pull & SSH Keys — Understanding How Developers CollaborateToday I moved one step deeper in my DevOps journey and started understanding how developers actually work together using Git and GitHub. Until now, I was mostly working locally with Git. But real-worl00
SSathyainsathyajayasree.hashnode.dev·May 8 · 2 min readDay 10: Understanding git add, git commit, and Honest Commit MessagesToday I went a little deeper into Git. Yesterday I understood why version control matters. Today I learned how changes actually enter Git history. That distinction matters. A file changing on my compu00
SSathyainsathyajayasree.hashnode.dev·May 7 · 2 min readDay 9: Git Basics — Why Version Control MattersToday I stepped into the next phase of my DevOps journey: Git. Before learning commands, I wanted to understand one simple thing: Why does version control even exist? The answer is practical. When wor00
SSathyainsathyajayasree.hashnode.dev·Mar 15 · 2 min readFrom Linux Commands to My First GitHub Push (Day 8 of My DevOps Journey)Tonight was one of those small but meaningful milestones in my DevOps learning journey. After spending the past few days getting comfortable with the Linux terminal, I completed my Day 8 Linux mini-pr00