Tag: git
All the articles with the tag "git".
-
Mise en Place: Repo Hygiene Is an Operational Practice
Repo hygiene isn't tidiness — it's a chef's mise en place for your repository: this blog's own repo shipped 39 broken links and a 'required' field 28 posts ignored, and here's the operational practice that fixes it for good.
-
CODEOWNERS in 3 Minutes
A CODEOWNERS file is a routing table for code review — last match wins, and it enforces nothing until one branch-protection checkbox says so. The two-minute setup and the four gotchas.
-
Dependabot and Supply Chain Security
Your dependencies have dependencies — here's how to keep them secure.
-
GitHub Actions for Terraform and Ansible
Plan in the PR, apply on merge — GitHub Actions patterns for IaC.
-
GitHub Actions Reusable Workflows
Stop copying YAML — reusable workflows keep your pipelines clean.
-
Git Stash, Cherry-Pick, and Bisect
Three Git commands that will save your day — stash, cherry-pick, and bisect.
-
Git Tags and Release Management
Stop guessing what's in production — tags and releases bring order to chaos.
-
PR Templates and Issue Templates
Make every PR and issue consistent — templates your team will actually use.
-
Branch Protection Rules and PR Workflows
Your code deserves a bouncer — here's how branch protection keeps bad merges out.
-
Version Control for Infrastructure Code
Apply Git workflows and branching strategies to your IaC projects.