AuthonAuthon Blog
All articles

#git

9 articles tagged with “git

Why binary AI disclosure systems fail (and how to design better ones)
debugging

Why binary AI disclosure systems fail (and how to design better ones)

Binary AI disclosure flags collapse a spectrum into one bit and end up incentivizing dishonesty. Here's how to design provenance that actually works.

aidevopsgit
How to Migrate Your Open-Source Project Away from GitHub
debugging

How to Migrate Your Open-Source Project Away from GitHub

A practical guide to migrating open-source projects away from GitHub — covering git history, issues, CI pipelines, and how to keep contributors along the way.

opensourcegithubgit
How jj Fixes the Git Workflow That's Been Wasting Your Time
debugging

How jj Fixes the Git Workflow That's Been Wasting Your Time

Git's staging area and interactive rebase cause daily friction. Learn how jj (Jujutsu) solves these problems with a simpler model while staying Git-compatible.

gitjujutsuversioncontrol
How to Stop Drowning in Giant Pull Requests With Stacked PRs
debugging

How to Stop Drowning in Giant Pull Requests With Stacked PRs

Large pull requests kill code review quality. Learn how stacked PRs solve this with gh-stack, turning painful rebasing into a single command.

githubgitcodereview
How to Stop Feeling Lost in Unfamiliar Codebases Using Git
debugging

How to Stop Feeling Lost in Unfamiliar Codebases Using Git

Stop reading code blind. These git commands give you a mental map of any codebase in five minutes — who works on what, where the bugs are, and which files matter most.

gitproductivitybeginners
How to Remove Sensitive Data from Your Git History (For Real This Time)
debugging

How to Remove Sensitive Data from Your Git History (For Real This Time)

Accidentally committed secrets to git? Deleting the file isn't enough. Here's how to actually purge sensitive data from your entire git history.

gitsecuritydevops
How to Recover from a Corrupted Git Repository
debugging

How to Recover from a Corrupted Git Repository

Step-by-step guide to diagnosing and recovering from Git repository corruption, from broken HEAD refs to damaged packfiles.

gitdevopstutorial
How to Track Legal Document Changes with Git (And Why It Breaks)
debugging

How to Track Legal Document Changes with Git (And Why It Breaks)

Legal documents in Git repos produce terrible diffs. Here's how to structure text, automate ingestion, and use word-level diffs for readable legislative history.

gitopensourcetutorial
How to Actually Migrate from GitHub to Codeberg Without Losing Your Mind
debugging

How to Actually Migrate from GitHub to Codeberg Without Losing Your Mind

A practical, step-by-step guide to migrating your repositories from GitHub to Codeberg without breaking everything or burning a weekend.

gitopensourcecodeberg
Articles tagged "git" | Authon Blog