Tag: git
All the articles with the tag "git".
-
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.
-
GitHub CODEOWNERS: Who Owns What in Your Repo
Stop guessing who should review — let CODEOWNERS handle it.
-
GitHub Actions and Job Scheduling, Part 3: The Migration
Real workflow examples for PowerShell, Ansible, and Packer — plus the incremental migration approach that kept everything running.
-
GitHub Actions and Job Scheduling, Part 2: The Solution
Docker-based self-hosted runners, vendor containers, and cron schedules in YAML. Here's the architecture that replaced hundreds of scattered jobs.
-
GitHub Actions and Job Scheduling, Part 1: The Problem
Scattered cron jobs, no visibility, and a prayer that things just work. Here's the job scheduling mess we inherited and why it had to change.
-
Managing Large Git Repositories: LFS, Partial Clone, and Sparse Checkout
Tame large repositories with Git LFS, partial clones, and sparse checkouts for monorepos.
-
Git Submodules: Managing Shared Code Across Repos
Use Git submodules to share infrastructure code across repositories and avoid common pitfalls.