Mastering Git & GitHub for #100DaysOfCode Challenge

💻 Day 41 of #100DaysOfCode Challenge After resuming my consistency, today I explored one of the most powerful tools every developer must master — Git & GitHub 🚀 I started by understanding that GitHub has two major aspects: 1️⃣ Self-work management — where an individual manages and tracks their own code. 2️⃣ Collaborative work — where multiple developers work together on the same project efficiently. I then set up Git using CMD, learning about its three core stages: ● U (Untracked) ● A (Added) ● C (Committed) To strengthen my foundation, I explored and practiced essential commands with real understanding: • git status -s → for short status view • git log --oneline → to see clean commit history • Creating and switching branches • Merging techniques like FF merge, three-way merge, and squash merge • Handling conflicts, deleting branches, and understanding stashing Finally, I explored how actual team collaboration works — from cloning repositories, creating branches, committing changes, pushing updates, and merging code with teammates. These concepts made me realize how Git is not just about version control, but about team coordination and efficient workflow. Next, I’ll be diving deeper into real-world Git workflows and advanced collaboration techniques 🔥 #Day41 #CodingJourney #WebDevelopment #Git #GitHub #LearningInPublic #Consistency #DeveloperLife

To view or add a comment, sign in

Explore content categories