AuthonAuthon Blog
All articles

#git

14 articles tagged with “git

How to Stop Accidentally Committing AWS Keys to GitHub
debugging

How to Stop Accidentally Committing AWS Keys to GitHub

A practical guide to detecting, scrubbing, and preventing leaked AWS keys in Git repos — using gitleaks, git-filter-repo, OIDC, and pre-commit hooks.

securitygitaws
How to Stop Leaking AWS Keys to GitHub (And What to Do When You Already Did)
debugging

How to Stop Leaking AWS Keys to GitHub (And What to Do When You Already Did)

A practical guide to detecting leaked credentials before they hit GitHub, scrubbing them from git history when they do, and preventing the next leak.

securitydevopsaws
How to Block AI Bot Spam in Your GitHub Repo Using Git's Author Filters
debugging

How to Block AI Bot Spam in Your GitHub Repo Using Git's Author Filters

How to stop AI bot spam PRs in your GitHub repo using git's author metadata, pre-receive hooks, and PR workflow checks.

gitgithubdevops
How to escape note-taking lock-in with plain markdown and git
debugging

How to escape note-taking lock-in with plain markdown and git

How to build a portable notes system with plain markdown, git, and ripgrep — and audit any tool to make sure your data isn't quietly locked in.

markdownproductivitygit
How to escape vendor lock-in in your Git collaboration workflow
debugging

How to escape vendor lock-in in your Git collaboration workflow

Centralized Git hosts can go down or suspend accounts overnight. Here's a step-by-step guide to peer-to-peer Git collaboration that survives the platform.

gitopensourcep2p
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