ASAkanksha Sharmainakankshasharma.hashnode.dev·Aug 29 · 6 min readGit & GitHub Zero to Hero #2: Install & Configure Git Welcome to Part 2 of my Git & GitHub Zero to Hero series, where we’re going from: «“Where do I even install Git?” 🤨» to: «“Yep, Git is ready. Let’s cook.” 🔥» In this part, we'll learn how to: 💻 In10
ASAkanksha Sharmainakankshasharma.hashnode.dev·Aug 25 · 7 min readGit & GitHub Zero to Hero #1: What Is Git? A Beginner’s Guide 🚀If you've started learning development, you've probably seen commands like: git add . git commit -m "Initial commit" git push origin main And if you're a beginner, you might be thinking: “Okay… but w10
ASAkanksha Sharmainakankshasharma.hashnode.dev·Aug 19 · 3 min readFrom “Why Isn’t This Working?” to “I Built This.” Every project usually starts with a simple question: “What if I try this?” Sometimes that question leads to working code. Sometimes it leads to an unexpected bug at 2 AM. And sometimes, after fixing t10