April 15, 2026·Luca Berton·Development
Git for DevOps Engineers
Essential Git workflows for DevOps: branching strategies, interactive rebasing, cherry-picking, bisect debugging, and CI/CD integration.
Git
DevOps
CI/CD
March 9, 2026·Luca Berton·Development
Git Branching Strategy for Teams
Choose the right Git branching strategy. Compare GitFlow, GitHub Flow, and trunk-based development for different team sizes and needs.
Git
Branching
CI/CD
January 26, 2026·Luca Berton·Development
Git Rebase vs Merge Explained
Git rebase vs merge with practical examples. When to use each, interactive rebase workflows, squash commits, and team conventions.
Git
Rebase
Merge