Articles by Tag #git

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Anyone Can Commit Code as You on GitHub (Here's How to Stop Them)

I've been signing my Git commits since 2020, and it's one of those security practices that seems...

Learn More 118 39Oct 26 '25

Top 10 Productivity Hacks Every Developer Should Know 🚀

Visit My portfolio,Read Blogs, Subscribe Newsletter & Get Books For Free ...

Learn More 162 22Dec 10 '25

If You Think YOUR Commit Messages Are Bad, Just Wait…

Lately it’s been all conferences, front-end celebrities, and very serious topics. And honestly? I’m...

Learn More 60 44Nov 23 '25

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 nothing...

Learn More 161 52Jan 20

Five Git Config Settings Every Dev Needs

You've probably added some settings to your Git Configuration, but here are some you might not have...

Learn More 48 24Feb 10

I Built My Own Git in Rust to Understand Version Control

I've been using Git for years. Committing, pushing, pulling, occasionally panicking when things...

Learn More 63 12Oct 12 '25

Preptember 2025 week 3: Color schemes and Copilot improvements in GitFichas

Weekend 3 of preptember is here and this one was a bit different from the previous weekends… This...

Learn More 23 5Sep 23 '25

Automate Your GitHub Workflow with Gemini CLI

Automate Your GitHub Workflow: Meet Your New AI Coding Partner Google dropped something...

Learn More 15 2Jan 11

I Looked Inside .git and You Won't Believe What I Found (Actually, You Will,cos It's Fascinating)

Ever wondered what's inside that mysterious .git folder? Join me as we crack it open and discover the elegant system that powers version control.

Learn More 60 13Dec 8 '25

Git: From Zero to First Commit - Developer Journey Begins

Imagine you’ve joined a fintech startup in Bangalore. Your team is building a mobile payment app that...

Learn More 70 8Sep 22 '25

Git Worktrees: Git Done Right

I recently discovered Git worktrees, and they've completely changed how I work with Git. I'd heard...

Learn More 33 6Jul 21 '25

I Built a CLI Tool to Make Git Worktree Enjoyable

Introduction The AI world never stops evolving, and the start of this year has been busy...

Learn More 11 3Jan 8

How to Stop Your AI Agent From Making Unwanted Code Changes

AI agents are often described as brilliant, overeager interns. They're desperate to help, but...

Learn More 25 9Dec 10 '25

First steps towards Codeberg

A lot of Europeans are currently talking about Europe having to become more independent from US-based...

Learn More 40 11Dec 31 '25

Improve Your Git Commit Messages with GitLens Tips

In the AI era, we can do many different things with LLM: generate code, images, videos or ask...

Learn More 15 6Oct 3 '25

Git Branching Strategies: A Comprehensive Guide

In the world of modern software development, version control is essential, and Git has emerged as the...

Learn More 125 7Mar 16 '25

I've just released git-gpt-commit v0.9.0! 🎉

A commit message generation for CLI

Learn More 40 14May 12 '25

🤖🤖How to run AI in parallel easily and for free (Git Worktree Runner)🧠🧠

Intro I am using AI such as Claude Code (You're absolutely right!), Codex, Cursor, and...

Learn More 37 10Nov 27 '25

GitHub Copilot to Generate Conventional Commit Messages in VSCode and JetBrains Rider

Most commit messages are useless. "fix stuff" “update code" "changes" They work in the moment. They...

Learn More 12 1Feb 17

Stop Rebasing Everything: Your Git History Isn’t That Special

At my company, the default Git strategy for every branch, even feature branches, is to rebase. It’s...

Learn More 20 7Oct 30 '25

A Better Way to Run Git Worktrees Finally!

I recently found git-gtr, a small CLI by the CodeRabbit team that wraps native Git worktrees and...

Learn More 24 0Dec 16 '25

Git by example - The signature you will not forget! ("missing DCO signoff")

Git is a complex technology, come learn some commands and functionality by example

Learn More 18 5Jan 26

I Open-Sourced My Production Git Config (And You Should Steal It)

After years of copying the same git configuration across machines, I finally created the definitive...

Learn More 18 3Nov 4 '25

Hunting API Keys in the Wild: How I Built FleaMarket to Find (and Help Fix) Real Leaks on GitHub

TL;DR: I built an ethical, open-source scanner called FleaMarket that finds exposed API keys in...

Learn More 18 6Nov 19 '25

Git Workflows Overview

This document outlines common Git workflows used in software development teams. Choose the one that...

Learn More 9 2Jun 17 '25

Anyone Can Impersonate You on GitHub - Here's How to Protect Yourself

Last week, I found something scary. Anyone can pretend to be you on GitHub. They can commit code...

Learn More 11 0Nov 7 '25

Git worktree — Stop Stashing, Start Working in Parallel

Introduction: the pain of branch switching 😤 If you’ve worked with Git long enough, you’ve...

Learn More 8 1Jan 11

Building Git from Scratch in Go: What I Learned About Version Control Internals

I didn't understand Git until I broke it open and rebuilt it from scratch. No libraries, no shortcuts...

Learn More 9 2Nov 9 '25

How I Finally Fixed My .gitignore (and Ended Up Writing an Extension)

I thought my .gitignore files were fine. Most of us probably do. You drop in a template, add a couple...

Learn More 5 2Dec 3 '25

From Local Laptop to Team Collaboration: How Remote Git Repositories Work

Let’s imagine you’re part of a small but ambitious startup in Bangalore called TechThreads, building...

Learn More 45 2Oct 12 '25