TKTushar Kumar Jaiswalinwebdevcohort2026.hashnode.devInside Git: How It Works and the Role of the .git FolderHow Git Works Internally Let’s talk about how Git works internally, When we initialize Git in our project, it creates a folder/repo called .git/. This directory works as Git’s entire database. As it t19h ago·4 min read
AGAnukiran Ghoshinanukiranghosh.hashnode.devHow Git Works Internally : the role of .git folderIn my previous blog, we learned about git in detail and how to use it. You can find it here. In this blog, we will understand the role of .git folder in your project and how it works. This will help y17h ago·3 min read
BFBaribor Forgheinbarrytech.hashnode.devGit & GitHub: A Beginner’s Guide to Version Control (Made Simple)If you're aiming for a career in software, cloud engineering, DevOps, or any modern tech role, learning Git and GitHub will make collaborating and managing code much easier. In this guide, you'll lear1d ago·5 min read
TKTushar Kumar Jaiswalinwebdevcohort2026.hashnode.devGit for Beginners: Basics and Essential CommandsWhat is Git Git is a Version Control System that helps to track your changes you make in your project. Git is used to keep the track of changes in your repository so that you can find in which version1d ago·7 min read
UUUchechi Ucheinanalystyuchels.hashnode.devAdvanced Git & GitHub Workflow for DevelopersNow that you've learned git add, git commit, and git push, and you've also made a pull request or two, you must feel pretty okay about Git. However, when a senior dev says, "Just rebase and squash tho1d ago·15 min read
APAmaresh Patiinblogs.devvloper.inGit Adventures --- Part 1: Five Developers, One Repo, and the "It Works on My Machine" EraEvery software project begins the same way. Someone says, "Let's build something amazing." Ten minutes later, someone asks: "Wait... who created the Git repo?" This is the story of a five-person dev2d ago·4 min read
AKAJIT KUMAR PANDITinajitkumarpandit.nakprc.comWhat is GITGit & GitHub: The Two Tools That Changed How I Write Code Forever 🚀 By Ajit Kumar Pandit Let me be honest with you. When I first heard the word "Git" as a fresher, I thought it was just some fancy c2d ago·10 min read
GNGaurav Nagoseingit-github-devops.hashnode.devFrom Git Basics to GitHub Workflows: A DevOps PerspectiveIn modern software development and DevOps workflows, almost everything revolves around version control. Whether it is application code, infrastructure code, or CI/CD pipelines, Git helps teams manage 3d ago·6 min read
SSShantanu Sarafinshantanucodes.hashnode.devWhy Version Control Exists: The Pendrive ProblemVersion control was born because developers were tired of losing their code. Before tools like Git existed, developers had a very chaotic way of managing code. And the best way to understand this chao3d ago·4 min read
VvictorstackAIinvictorstackai.hashnode.devModernizing Workflows with Pre-commit Hooks in DrupalWhen managing a Drupal distribution for a massive intergovernmental corporation with developers working across three continents, "code review" cannot be the first line of defense against poor syntax. By the time a senior architect is reviewing a Pull...3d ago·3 min read