Browsing Tag
git
102 posts
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…
Creating Your First Repo
Today, you will create your first repository in Git. In this lesson from Skillcrush 105, students learn what…
Day 13: Advance Git & GitHub for DevOps Engineers
Git Branching Branching is a fundamental concept in Git that allows you to work on new features or…
[Boost]
Fixing File Renaming Issues in Git: Handling Case Sensitivity and core.ignorecase Ediongsenyene Joseph I. ・ Oct 30 ’24…