Topic
Git for Your Team
10 posts in this topic
1
December 6, 2025
Git Branching Strategy: A Practical Case
A practical Git workflow built on GitHub Flow / trunk-based development: main + feature branches + hotfixes, preview-per-PR, scales from 3 devs to 300.
gitcollaboration
10 min
March 8, 2026
GitLab Branch Protection: Lock Down Main and Control Who Can Merge
gitlabgitworkflow
7 min
2
December 6, 2025
Setting Up GitLab CI/CD for Astro Blog Deployment to Cloudflare Pages
Complete guide to automating your Astro blog deployment using GitLab CI/CD pipelines - from zero to production with automated builds, tests, and deployments.
gitlabci-cdastro
13 min
December 26, 2025
GitLab Merge Blocked: Source Branch Behind Target
gitgitlab
6 min
January 10, 2025
GitLab Runner Performance Optimization: From Slow Pipelines to Speed
gitlabperformanceci-cd
12 min
May 14, 2026
Fix a Slow Self-Hosted GitLab: The RAM Trap During Pipelines
gitlabperformanceself-hosted
14 min
3
December 12, 2025
Git Hooks for Automation: Catch Mistakes Before They Embarrass You
Learn how to use Git hooks (pre-commit, commit-msg, pre-push) to automatically validate code quality, enforce commit standards, and prevent broken code from reaching your repository.
gitautomationworkflow
8 min
December 12, 2025
Implementing Git Hooks with Husky: A Real-World Example
gitautomationhusky
11 min
4
December 16, 2024
Setting Up GitLab Container Registry: A Complete Guide for Self-Hosted Instances
Learn how to configure GitLab Container Registry on self-hosted instances, including best practices for Docker image management, CI/CD integration, and troubleshooting common issues like Cloudflare Tunnel configurations.
gitlabcontainer-registryci-cd
9 min
December 16, 2024
Expose GitLab Registry via OPNsense Port Forwarding
gitlabopnsensecontainer-registry
14 min