Browsing Tag
git
105 posts
The 15 Git Commands Every Software Engineer Uses (And Why They Matter More Than You Think)
For a long time, I thought Git was just something I had to survive. Type a command. Hope…
Basics of using Git
In this article, we’ll cover the basics of using git, how version control systems work, and how to…
A Guide to Git and GitHub for Data Analysts
A Guide to Git and GitHub for Data Analysts In the world of software engineering, writing code is…
Exploring Git by Building My Own Minimal Version Control System
I’ve used Git every day for years, but I realized I never really knew what happens behind the…
Git Force Push: Bypassing Repository Protection Rules
Git Force Push: Bypassing Repository Protection Rules When you encounter repository rule violations while pushing code, here’s how…
Git Worktrees: The Power Behind Cursor’s Parallel Agents
Cursor just shipped Parallel Agents, a way to run multiple agents on different tasks at the same time.…
What the F**k is Git
Hey everyone! Welcome to the first lesson! Okay so for the first one, I’m going to combine the…
Git is really cool, actually
I have a favorite Git protocol operation. It’s fetch. Before you judge me for having strong opinions about…
Keeping branches in sync in a Monorepo: The Pre-Push hook solution
Introduction If you have ever worked in a monorepo with multiple teams pushing code daily, you know the…
Git Bits: Working Without a Server
Git is…complicated. This series focuses on breaking git down into commit-sized pieces. The Server Is Optional Git is…