Tag: git
All the articles with the tag "git".
-
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.
-
GitHub Forks Explained
What's a fork, when should you use one, and how is it different from a clone? A quick guide.
-
Git Hooks: Automate Code Quality Before It Hits the Repo
Stop reviewing formatting issues. Use Git hooks to enforce code standards automatically.
-
Git Branching Strategies for Fast-Moving Teams
Learn practical Git branching strategies for fast-paced teams. We'll compare GitFlow, Trunk-Based Development, and Feature Branching—plus share tips for review workflows and infrastructure code.
-
Git Basics Every DevOps Engineer Should Know
A practical Git tutorial for DevOps engineers — from basic commands to workflow tips, with code examples you can try today.