Browsing Tag
git
110 posts
I Added an AI Gate Before Every git push with no-mistakes 🛡️
We are all using AI to write code now. Whether it’s Claude Code, Aider, or Copilot, the speed…
GitLab Commands and How to Push Code on GitLab
Why Use GitLab? Centralized source code management Built-in CI/CD pipelines Issue tracking and project management Team collaboration and…
GitHub Broke Git: The Merge Queue Bug That Silently Deleted Your Code
If you use GitHub’s merge queue and had a rough week around April 23rd, 2026, you were not…
htop for Your Git History
You clone a repo you’ve never seen before and you want to understand it. Not the code, not…
Auto-Backup Your Git Repo on Every Commit
AI coding tools are great, but there’s a non-zero chance one of them nukes your .git folder someday.…
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…